|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Axis | |
---|---|
prefuse.action.layout | Action modules providing layout algorithms for use by prefuse visualizations. |
Uses of Axis in prefuse.action.layout |
---|
Methods in prefuse.action.layout that return Axis | |
---|---|
Axis |
AxisLayout.getAxis()
Return the axis type of this layout |
static Axis |
Axis.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Axis[] |
Axis.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in prefuse.action.layout with parameters of type Axis | |
---|---|
void |
AxisLayout.setAxis(Axis axis)
Set the axis type of this layout. |
Constructors in prefuse.action.layout with parameters of type Axis | |
---|---|
AxisLabelLayout(java.lang.String group,
Axis axis,
ValuedRangeModel values)
Create a new AxisLabelLayout layout. |
|
AxisLabelLayout(java.lang.String group,
Axis axis,
ValuedRangeModel values,
java.awt.geom.Rectangle2D bounds)
Create a new AxisLabelLayout layout. |
|
AxisLayout(java.lang.String group,
java.lang.String field,
Axis axis)
Create a new AxisLayout. |
|
AxisLayout(java.lang.String group,
java.lang.String field,
Axis axis,
Predicate filter)
Create a new AxisLayout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |