|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeBuilder | |
---|---|
prefuse | The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. |
prefuse.action.assignment | Action modules for assigning visual properties such as colors, sizes, and fonts. |
prefuse.visual | Classes for representing and storing VisualItems. |
prefuse.visual.tuple | Implementations of VisualItem types and backing TupleManager instances. |
Uses of ShapeBuilder in prefuse |
---|
Classes in prefuse that implement ShapeBuilder | |
---|---|
class |
PredefinedShape
Predefined ShapeBuilders |
Uses of ShapeBuilder in prefuse.action.assignment |
---|
Fields in prefuse.action.assignment declared as ShapeBuilder | |
---|---|
protected ShapeBuilder |
ShapeAction.m_defaultShape
|
protected ShapeBuilder[] |
DataShapeAction.m_palette
|
Methods in prefuse.action.assignment that return ShapeBuilder | |
---|---|
ShapeBuilder |
ShapeAction.getDefaultShape()
Returns the default shape value assigned to items. |
ShapeBuilder |
ShapeAction.getShape(VisualItem<?> item)
Returns a shape value for the given item. |
ShapeBuilder |
DataShapeAction.getShape(VisualItem<?> item)
|
Methods in prefuse.action.assignment with parameters of type ShapeBuilder | |
---|---|
void |
ShapeAction.add(Predicate p,
ShapeBuilder shape)
Add a shape mapping rule to this ShapeAction. |
void |
ShapeAction.add(java.lang.String expr,
ShapeBuilder shape)
Add a shape mapping rule to this ShapeAction. |
void |
ShapeAction.setDefaultShape(ShapeBuilder defaultShape)
Sets the default shape value assigned to items. |
void |
DataShapeAction.setDefaultShape(ShapeBuilder defaultShape)
This operation is not supported by the DataShapeAction type. |
Constructors in prefuse.action.assignment with parameters of type ShapeBuilder | |
---|---|
DataShapeAction(java.lang.String group,
java.lang.String field,
ShapeBuilder[] palette)
Create a new DataShapeAction. |
|
ShapeAction(java.lang.String group,
ShapeBuilder shape)
Constructor with a specified a default shape value. |
Uses of ShapeBuilder in prefuse.visual |
---|
Methods in prefuse.visual that return ShapeBuilder | |
---|---|
ShapeBuilder |
VisualItem.getShapeBuilder()
Get the current shape value of the item. |
ShapeBuilder |
VisualTable.getShapeBuilder(int row)
Get the current shape builder of the row. |
Methods in prefuse.visual with parameters of type ShapeBuilder | |
---|---|
void |
VisualTable.setShapeBuilder(int row,
ShapeBuilder shapeBuilder)
Set the current shape value of the row. |
void |
VisualItem.setShapeBuilder(ShapeBuilder shapeBuilder)
Set the current shape builder for the item. |
Uses of ShapeBuilder in prefuse.visual.tuple |
---|
Methods in prefuse.visual.tuple that return ShapeBuilder | |
---|---|
ShapeBuilder |
TableVisualItem.getShapeBuilder()
|
Methods in prefuse.visual.tuple with parameters of type ShapeBuilder | |
---|---|
void |
TableVisualItem.setShapeBuilder(ShapeBuilder shapeBuilder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |