|
||||||||||
| 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.FontPropertyItem
public class FontPropertyItem
Represents an AnimationPropertiesItem that stores a
Font value.
| Constructor Summary | |
|---|---|
FontPropertyItem()
Sets the default font to sansserif. |
|
FontPropertyItem(java.awt.Font 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()
Clones the element |
java.lang.Object |
get()
Returns a represantation of the internal value. |
boolean |
set(java.awt.Font value)
Sets the internal value to a new one, if this object contains a Font value. |
| Methods inherited from class algoanim.properties.items.AnimationPropertyItem |
|---|
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 FontPropertyItem(java.awt.Font defValue)
defValue - the default font.public FontPropertyItem()
| Method Detail |
|---|
public java.lang.Object get()
AnimationPropertyItem
get in class AnimationPropertyItemAnimationPropertyItem.get()
public boolean set(java.awt.Font value)
throws java.lang.IllegalArgumentException
AnimationPropertyItemFont value.
set in class AnimationPropertyItemvalue - a new Font value.
java.lang.IllegalArgumentExceptionAnimationPropertyItem.set(java.awt.Font)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 | |||||||||