|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.property.Property
net.nexttext.property.ShapeProperty
public class ShapeProperty
A shape property of a TextObject or a Behaviour.
This is a property wrapper for java.awt.Shape.
| Constructor Summary | |
|---|---|
ShapeProperty(java.awt.Shape shape)
Creates a new ShapeProperty with a copy of the provided Shape. |
|
| Method Summary | |
|---|---|
java.awt.Shape |
get()
Do not modify the returned value, use set() to make changes instead. |
void |
reset()
Reset this property to its original value. |
void |
set(java.awt.Shape shape)
|
| Methods inherited from class net.nexttext.property.Property |
|---|
addChangeListener, clone, getName, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShapeProperty(java.awt.Shape shape)
| Method Detail |
|---|
public java.awt.Shape get()
public void set(java.awt.Shape shape)
public void reset()
Property
reset in class Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||