|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgoanim.properties.items.AnimationPropertyItem
algoanim.properties.items.DoublePropertyItem
public class DoublePropertyItem
Represents an AnimationPropertiesItem that stores a
double value.
| Constructor Summary | |
|---|---|
DoublePropertyItem()
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Defines the interface for a Visitor to access a Visitable. |
java.lang.Object |
clone()
Clones the element |
java.lang.Object |
get()
Returns a represantation of the internal value. |
boolean |
set(double value)
Sets the internal value to the given double value. |
boolean |
set(java.lang.Double value)
Sets the internal value to the given double value. |
| Methods inherited from class algoanim.properties.items.AnimationPropertyItem |
|---|
set, set, set, set, set, set |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoublePropertyItem()
| Method Detail |
|---|
public java.lang.Object get()
AnimationPropertyItem
get in class AnimationPropertyItemAnimationPropertyItem.get()public boolean set(double value)
double value.
value - the new value.
public boolean set(java.lang.Double value)
double value.
value - the new value (as a Double).
public java.lang.Object clone()
clone in class AnimationPropertyItemAnimationProperties.fillAdditional()public void accept(Visitor v)
Visitable
accept in interface Visitableaccept in class AnimationPropertyItemv - the visitorVisitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||