|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface specification of acetate objects.
| Method Summary | |
java.lang.Object |
clone()
Creates a clone of this object. |
void |
draw(java.awt.Graphics2D graphics,
java.awt.geom.AffineTransform pageTransform,
java.util.Locale locale)
Draws the graphic on the specified graphics device. |
java.lang.String |
getName()
Gets the progammer specified name for this object. |
java.lang.Object |
getObjectTag()
Gets the object tag. |
int |
getObjectType()
Returns the object type. |
java.lang.String |
getProperty(java.lang.String name)
Gets the value of a property. |
java.lang.String[] |
getPropertyNames()
Returns an array containing the property names. |
Geometry |
getShape()
Returns the object geometry. |
boolean |
hasProperties()
Returns an indicator of whether the object has programmer defined properties. |
boolean |
isNamed(java.lang.String name)
Returns an indicator of whether this object is named the same as the parameter. |
void |
setObjectTag(java.lang.Object tag)
Sets an object tag for this object. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property (programmer defined). |
| Method Detail |
public java.lang.Object clone()
public void draw(java.awt.Graphics2D graphics,
java.awt.geom.AffineTransform pageTransform,
java.util.Locale locale)
graphics - The graphics.pageTransform - The page to map coordinate transformation matrix.locale - The locale, null OK, not used by this routine.public boolean isNamed(java.lang.String name)
name - The name.
public java.lang.String getName()
public void setObjectTag(java.lang.Object tag)
tag - A programmer specified object to associate to this object.public java.lang.Object getObjectTag()
public int getObjectType()
public java.lang.String getProperty(java.lang.String name)
name - The property name
public void setProperty(java.lang.String name,
java.lang.String value)
name - The property namevalue - The property value.public java.lang.String[] getPropertyNames()
public boolean hasProperties()
public Geometry getShape()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||