Method Summary |
|
public List<Double> | getBorderColor() Gets the value of the borderColor property.
This accessor method returns a reference to the live list,
not a snapshot. |
public List<Extra> | getExtras() Gets the value of the extras property.
This accessor method returns a reference to the live list,
not a snapshot. |
public FxSamplerFilterCommon | getMagfilter() Gets the value of the magfilter property. |
public FxSamplerFilterCommon | getMinfilter() Gets the value of the minfilter property. |
public FxSamplerFilterCommon | getMipfilter() Gets the value of the mipfilter property. |
public Float | getMipmapBias() Gets the value of the mipmapBias property. |
public Short | getMipmapMaxlevel() Gets the value of the mipmapMaxlevel property. |
public String | getSource() Gets the value of the source property. |
public FxSamplerWrapCommon | getWrapP() Gets the value of the wrapP property. |
public FxSamplerWrapCommon | getWrapS() Gets the value of the wrapS property. |
public FxSamplerWrapCommon | getWrapT() Gets the value of the wrapT property. |
public void | setMagfilter(FxSamplerFilterCommon value) Sets the value of the magfilter property. |
public void | setMinfilter(FxSamplerFilterCommon value) Sets the value of the minfilter property. |
public void | setMipfilter(FxSamplerFilterCommon value) Sets the value of the mipfilter property. |
public void | setMipmapBias(Float value) Sets the value of the mipmapBias property. |
public void | setMipmapMaxlevel(Short value) Sets the value of the mipmapMaxlevel property. |
public void | setSource(String value) Sets the value of the source property. |
public void | setWrapP(FxSamplerWrapCommon value) Sets the value of the wrapP property. |
public void | setWrapS(FxSamplerWrapCommon value) Sets the value of the wrapS property. |
public void | setWrapT(FxSamplerWrapCommon value) Sets the value of the wrapT property. |