|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.newdawn.slick.font.effects.OutlineEffect
org.newdawn.slick.font.effects.OutlineWobbleEffect
public class OutlineWobbleEffect
An effect that genrates a wobbly line around the outline of the text
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.newdawn.slick.font.effects.ConfigurableEffect |
|---|
ConfigurableEffect.Value |
| Constructor Summary | |
|---|---|
OutlineWobbleEffect()
Default constructor for injection |
|
OutlineWobbleEffect(int width,
java.awt.Color color)
Create a new effect that generates a wobbly line around the text |
|
| Method Summary | |
|---|---|
float |
getAmplitude()
Gets the amplitude of the wobble effect. |
float |
getDetail()
Gets the detail of the wobble effect. |
java.util.List |
getValues()
Returns the list of ConfigurableEffect.Values for this effect. |
void |
setAmplitude(float amplitude)
Sets the amplitude of the wobble effect. |
void |
setDetail(float detail)
Sets the detail of the wobble effect. |
void |
setValues(java.util.List values)
Sets the list of ConfigurableEffect.Values for this effect. |
java.lang.String |
toString()
|
| Methods inherited from class org.newdawn.slick.font.effects.OutlineEffect |
|---|
draw, getColor, getJoin, getStroke, getWidth, setColor, setJoin, setStroke, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutlineWobbleEffect()
public OutlineWobbleEffect(int width,
java.awt.Color color)
width - The width of the linecolor - The colour of the line| Method Detail |
|---|
public float getDetail()
public void setDetail(float detail)
detail - The detail of the wobble effectpublic float getAmplitude()
public void setAmplitude(float amplitude)
amplitude - The detail of the wobble effectpublic java.lang.String toString()
toString in class OutlineEffectOutlineEffect.toString()public java.util.List getValues()
ConfigurableEffectConfigurableEffect.Values for this effect. This list is not typically backed by the effect, so changes to the
values will not take affect until ConfigurableEffect.setValues(List) is called.
getValues in interface ConfigurableEffectgetValues in class OutlineEffectOutlineEffect.getValues()public void setValues(java.util.List values)
ConfigurableEffectConfigurableEffect.Values for this effect.
setValues in interface ConfigurableEffectsetValues in class OutlineEffectOutlineEffect.setValues(java.util.List)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||