|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
Constants used throughout the prefuse toolkit.
Field Summary | |
---|---|
static int |
AXIS_COUNT
The total number of axis type values |
static int |
BOTTOM
A bottom alignment |
static int |
CENTER
A center alignment |
static int |
CONTINUOUS
Indicates a continuous (non-discrete) spectrum |
static int |
DATATYPE_COUNT
The total number of data type values |
static int |
EDGE_ARROW_COUNT
The total number of edge arrow type values |
static int |
EDGE_ARROW_FORWARD
Arrows on edges pointing from source to target |
static int |
EDGE_ARROW_NONE
No arrows on edges |
static int |
EDGE_ARROW_REVERSE
Arrows on edges pointing from target to source |
static int |
EDGE_TRAVERSAL
|
static int |
EDGE_TYPE_COUNT
The total number of edge type values |
static int |
EDGE_TYPE_CURVE
A curved-line edge type |
static int |
EDGE_TYPE_LINE
A straight-line edge type |
static int |
FAR_BOTTOM
A bottom alignment, outside of bounds |
static int |
FAR_LEFT
A left alignment, outside of bounds |
static int |
FAR_RIGHT
A right alignment, outside of bounds |
static int |
FAR_TOP
A top alignment, outside of bounds |
static int |
LEFT
A left alignment |
static int |
LINEAR_SCALE
A linear scale |
static int |
LOG_SCALE
A logarithmic (base 10) scale |
static double |
MINIMUM_DOI
The absolute minimum degree-of-interest (DOI) value |
static int |
NODE_AND_EDGE_TRAVERSAL
|
static int |
NODE_TRAVERSAL
|
static int |
NOMINAL
A nominal (categorical) data type |
static int |
NUMERICAL
A numerical (quantitative) data type |
static int |
ORDINAL
An ordinal (ordered) data type |
static int |
ORIENT_BOTTOM_TOP
A bottom-to-top layout orientation |
static int |
ORIENT_CENTER
A centered layout orientation |
static int |
ORIENT_LEFT_RIGHT
A left-to-right layout orientation |
static int |
ORIENT_RIGHT_LEFT
A right-to-left layout orientation |
static int |
ORIENT_TOP_BOTTOM
A top-to-bottom layout orientation |
static int |
ORIENTATION_COUNT
The total number of orientation values |
static int |
POLY_TYPE_COUNT
The total number of polygon type values |
static int |
POLY_TYPE_CURVE
Use curved-lines for polygon edges |
static int |
POLY_TYPE_LINE
Use straight-lines for polygon edges |
static int |
POLY_TYPE_STACK
Use curved-lines for polygon edges, but use straight lines for zero-slope edges |
static int |
QUANTILE_SCALE
A quantile scale, based on the underlying distribution |
static int |
RIGHT
A right alignment |
static int |
SCALE_COUNT
The total number of scale type values |
static int |
SHAPE_COUNT
The number of recognized shape types |
static int |
SHAPE_CROSS
Cross shape |
static int |
SHAPE_DIAMOND
Diamond shape |
static int |
SHAPE_ELLIPSE
Ellipse/Circle shape |
static int |
SHAPE_HEXAGON
Hexagon shape |
static int |
SHAPE_NONE
No shape. |
static int |
SHAPE_RECTANGLE
Rectangle/Square shape |
static int |
SHAPE_STAR
Star shape |
static int |
SHAPE_TRIANGLE_DOWN
Down-pointing triangle shape |
static int |
SHAPE_TRIANGLE_LEFT
Left-pointing triangle shape |
static int |
SHAPE_TRIANGLE_RIGHT
Right-pointing triangle shape |
static int |
SHAPE_TRIANGLE_UP
Up-pointing triangle shape |
static int |
SQRT_SCALE
A square root scale |
static int |
TOP
A top alignment |
static int |
TRAVERSAL_COUNT
The total number of traversal type values |
static int |
UNKNOWN
An unknown data type |
static int |
X_AXIS
Indicates the horizontal (X) axis |
static int |
Y_AXIS
Indicates the vertical (Y) axis |
Field Detail |
---|
static final int ORIENT_LEFT_RIGHT
static final int ORIENT_RIGHT_LEFT
static final int ORIENT_TOP_BOTTOM
static final int ORIENT_BOTTOM_TOP
static final int ORIENT_CENTER
static final int ORIENTATION_COUNT
static final int LEFT
static final int RIGHT
static final int CENTER
static final int BOTTOM
static final int TOP
static final int FAR_LEFT
static final int FAR_RIGHT
static final int FAR_BOTTOM
static final int FAR_TOP
static final int EDGE_TYPE_LINE
static final int EDGE_TYPE_CURVE
static final int EDGE_TYPE_COUNT
static final int EDGE_ARROW_NONE
static final int EDGE_ARROW_FORWARD
static final int EDGE_ARROW_REVERSE
static final int EDGE_ARROW_COUNT
static final int POLY_TYPE_LINE
static final int POLY_TYPE_CURVE
static final int POLY_TYPE_STACK
static final int POLY_TYPE_COUNT
static final int LINEAR_SCALE
static final int LOG_SCALE
static final int SQRT_SCALE
static final int QUANTILE_SCALE
static final int SCALE_COUNT
static final int UNKNOWN
static final int NOMINAL
static final int ORDINAL
static final int NUMERICAL
static final int DATATYPE_COUNT
static final int X_AXIS
static final int Y_AXIS
static final int AXIS_COUNT
static final int NODE_TRAVERSAL
static final int EDGE_TRAVERSAL
static final int NODE_AND_EDGE_TRAVERSAL
static final int TRAVERSAL_COUNT
static final int CONTINUOUS
static final double MINIMUM_DOI
static final int SHAPE_NONE
static final int SHAPE_RECTANGLE
static final int SHAPE_ELLIPSE
static final int SHAPE_DIAMOND
static final int SHAPE_CROSS
static final int SHAPE_STAR
static final int SHAPE_TRIANGLE_UP
static final int SHAPE_TRIANGLE_DOWN
static final int SHAPE_TRIANGLE_LEFT
static final int SHAPE_TRIANGLE_RIGHT
static final int SHAPE_HEXAGON
static final int SHAPE_COUNT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |