com.azalient.api.b.display
Interface IShapeDescriptor

All Superinterfaces:
SortableData

public interface IShapeDescriptor
extends SortableData

The meta-data for a 3-D shape, used to index shapes for modification - see the Advanced / Modify dialog window


Method Summary
 boolean marked()
          Returns true if this shape is marked for deletion
 void marked(boolean b)
          Set to true to mark this shape for deletion
 String name()
          Returns the name of the shape
 String newName()
          The new name of the shape to be applied when Modify-OK is selected
 void newName(String s)
          Set the new name of the shape, to be applied when Modify-OK is selected
 ShapeCategory shapeCategory()
          Returns the category of a shape
 
Methods inherited from interface com.azalient.api.file.SortableData
get
 

Method Detail

name

String name()
Returns the name of the shape


shapeCategory

ShapeCategory shapeCategory()
Returns the category of a shape


newName

String newName()
The new name of the shape to be applied when Modify-OK is selected


newName

void newName(String s)
Set the new name of the shape, to be applied when Modify-OK is selected


marked

boolean marked()
Returns true if this shape is marked for deletion


marked

void marked(boolean b)
Set to true to mark this shape for deletion