|
||||||||||
| 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.BooleanPropertyItem
public class BooleanPropertyItem
Represents an AnimationPropertiesItem that stores a
boolean value.
| Constructor Summary | |
|---|---|
BooleanPropertyItem()
Without parameter, the default value of the BooleanPropertyItem is false |
|
BooleanPropertyItem(boolean defValue)
Sets the default value to defValue. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Defines the interface for a Visitor to access a Visitable. |
java.lang.Object |
clone()
Clone the item |
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
get()
Returns a represantation of the internal value. |
boolean |
set(boolean value)
Sets the internal value to a new one, if this object contains a boolean value. |
| Methods inherited from class algoanim.properties.items.AnimationPropertyItem |
|---|
set, set, set, set, set |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanPropertyItem(boolean defValue)
defValue - the default value.public BooleanPropertyItem()
| Method Detail |
|---|
public java.lang.Object get()
AnimationPropertyItem
get in class AnimationPropertyItemAnimationPropertyItem.get()
public boolean set(boolean value)
throws java.lang.IllegalArgumentException
AnimationPropertyItemboolean value.
set in class AnimationPropertyItemvalue - a new boolean value.
java.lang.IllegalArgumentExceptionAnimationPropertyItem.set(boolean)public java.lang.Object clone()
clone in class AnimationPropertyItemAnimationProperties.fillAdditional()public void accept(Visitor v)
Visitable
accept in interface Visitableaccept in class AnimationPropertyItemv - the visitorVisitablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||