public class GlowFilter extends Object implements IDataType
Constructor and Description |
---|
GlowFilter() |
Modifier and Type | Method and Description |
---|---|
float |
getBlurX() |
float |
getBlurY() |
RGBA |
getGlowColor() |
int |
getPasses() |
float |
getStrength() |
boolean |
isCompositeSource() |
boolean |
isInnerGlow() |
boolean |
isKnockout() |
void |
setBlurX(float blurX) |
void |
setBlurY(float blurY) |
void |
setCompositeSource(boolean compositeSource) |
void |
setGlowColor(RGBA glowColor) |
void |
setInnerGlow(boolean innerGlow) |
void |
setKnockout(boolean knockout) |
void |
setPasses(int passes) |
void |
setStrength(float strength) |
public RGBA getGlowColor()
public void setGlowColor(RGBA glowColor)
glowColor
- the glowColor to setpublic float getBlurX()
public void setBlurX(float blurX)
blurX
- the blurX to setpublic float getBlurY()
public void setBlurY(float blurY)
blurY
- the blurY to setpublic float getStrength()
public void setStrength(float strength)
strength
- the strength to setpublic boolean isInnerGlow()
public void setInnerGlow(boolean innerGlow)
innerGlow
- the innerGlow to setpublic boolean isKnockout()
public void setKnockout(boolean knockout)
knockout
- the knockout to setpublic boolean isCompositeSource()
public void setCompositeSource(boolean compositeSource)
compositeSource
- the compositeSource to setpublic int getPasses()
public void setPasses(int passes)
passes
- the passes to setCopyright © 2016 The Apache Software Foundation. All rights reserved.