Package | Description |
---|---|
prefuse.action.layout |
Action modules providing layout algorithms for use by prefuse visualizations.
|
prefuse.data.query |
Dynamic query bindings and data range models for creating
dynamic queries.
|
Modifier and Type | Method and Description |
---|---|
ValuedRangeModel |
AxisLayout.getRangeModel()
Get the range model determing the span of the axis.
|
ValuedRangeModel |
StackedAreaChart.getRangeModel()
Get the range model describing the range occupied by the value
stack.
|
Modifier and Type | Method and Description |
---|---|
void |
AxisLayout.setRangeModel(ValuedRangeModel model)
Set the range model determing the span of the axis.
|
void |
AxisLabelLayout.setRangeModel(ValuedRangeModel model)
Sets the range model used to layout this axis.
|
Constructor and Description |
---|
AxisLabelLayout(java.lang.String group,
int axis,
ValuedRangeModel values)
Create a new AxisLabelLayout layout.
|
AxisLabelLayout(java.lang.String group,
int axis,
ValuedRangeModel values,
java.awt.geom.Rectangle2D bounds)
Create a new AxisLabelLayout layout.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberRangeModel
Range model for numerical data.
|
class |
ObjectRangeModel
Supports an ordered range of arbitrary objects.
|
Modifier and Type | Method and Description |
---|---|
ValuedRangeModel |
RangeQueryBinding.getModel()
Return the ValuedRangeModel constructed by this dynamic query binding.
|
Copyright ? 2013 Regents of the University of California