|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.behaviour.AbstractAction
net.nexttext.behaviour.dform.DForm
net.nexttext.behaviour.dform.Scale
public class Scale
A DForm which scales the size of a TextObject.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.nexttext.behaviour.Action |
|---|
Action.ActionResult |
| Constructor Summary | |
|---|---|
Scale(float scale)
|
|
| Method Summary | |
|---|---|
Action.ActionResult |
behave(TextObjectGlyph to)
DForms generally just make sense on TextObjectGlyphs. |
float |
getScale()
|
void |
setScale(float scale)
|
| Methods inherited from class net.nexttext.behaviour.dform.DForm |
|---|
behave, getControlPoints |
| Methods inherited from class net.nexttext.behaviour.AbstractAction |
|---|
behave, behave, complete, getDisplayName, getRequiredProperties, makeBehaviour, properties, setDisplayName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Scale(float scale)
scale - is amount the object's size will increase, as a multiplier.| Method Detail |
|---|
public Action.ActionResult behave(TextObjectGlyph to)
DForm
behave in class DFormpublic float getScale()
public void setScale(float scale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||