|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int ORIENT_LEFT_RIGHT
public static final int ORIENT_RIGHT_LEFT
public static final int ORIENT_TOP_BOTTOM
public static final int ORIENT_BOTTOM_TOP
public static final int ORIENT_CENTER
public static final int ORIENTATION_COUNT
public static final int LEFT
public static final int RIGHT
public static final int CENTER
public static final int BOTTOM
public static final int TOP
public static final int FAR_LEFT
public static final int FAR_RIGHT
public static final int FAR_BOTTOM
public static final int FAR_TOP
public static final int EDGE_TYPE_LINE
public static final int EDGE_TYPE_CURVE
public static final int EDGE_TYPE_COUNT
public static final int EDGE_ARROW_NONE
public static final int EDGE_ARROW_FORWARD
public static final int EDGE_ARROW_REVERSE
public static final int EDGE_ARROW_COUNT
public static final int POLY_TYPE_LINE
public static final int POLY_TYPE_CURVE
public static final int POLY_TYPE_STACK
public static final int POLY_TYPE_COUNT
public static final int LINEAR_SCALE
public static final int LOG_SCALE
public static final int SQRT_SCALE
public static final int QUANTILE_SCALE
public static final int SCALE_COUNT
public static final int UNKNOWN
public static final int NOMINAL
public static final int ORDINAL
public static final int NUMERICAL
public static final int DATATYPE_COUNT
public static final int X_AXIS
public static final int Y_AXIS
public static final int AXIS_COUNT
public static final int NODE_TRAVERSAL
public static final int EDGE_TRAVERSAL
public static final int NODE_AND_EDGE_TRAVERSAL
public static final int TRAVERSAL_COUNT
public static final int CONTINUOUS
public static final double MINIMUM_DOI
public static final int SHAPE_NONE
public static final int SHAPE_RECTANGLE
public static final int SHAPE_ELLIPSE
public static final int SHAPE_DIAMOND
public static final int SHAPE_CROSS
public static final int SHAPE_STAR
public static final int SHAPE_TRIANGLE_UP
public static final int SHAPE_TRIANGLE_DOWN
public static final int SHAPE_TRIANGLE_LEFT
public static final int SHAPE_TRIANGLE_RIGHT
public static final int SHAPE_HEXAGON
public static final int SHAPE_COUNT
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |