prefuse
Interface Constants


public interface Constants

Constants used throughout the prefuse toolkit.

Author:
jeffrey heer

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

ORIENT_LEFT_RIGHT

static final int ORIENT_LEFT_RIGHT
A left-to-right layout orientation

See Also:
Constant Field Values

ORIENT_RIGHT_LEFT

static final int ORIENT_RIGHT_LEFT
A right-to-left layout orientation

See Also:
Constant Field Values

ORIENT_TOP_BOTTOM

static final int ORIENT_TOP_BOTTOM
A top-to-bottom layout orientation

See Also:
Constant Field Values

ORIENT_BOTTOM_TOP

static final int ORIENT_BOTTOM_TOP
A bottom-to-top layout orientation

See Also:
Constant Field Values

ORIENT_CENTER

static final int ORIENT_CENTER
A centered layout orientation

See Also:
Constant Field Values

ORIENTATION_COUNT

static final int ORIENTATION_COUNT
The total number of orientation values

See Also:
Constant Field Values

LEFT

static final int LEFT
A left alignment

See Also:
Constant Field Values

RIGHT

static final int RIGHT
A right alignment

See Also:
Constant Field Values

CENTER

static final int CENTER
A center alignment

See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
A bottom alignment

See Also:
Constant Field Values

TOP

static final int TOP
A top alignment

See Also:
Constant Field Values

FAR_LEFT

static final int FAR_LEFT
A left alignment, outside of bounds

See Also:
Constant Field Values

FAR_RIGHT

static final int FAR_RIGHT
A right alignment, outside of bounds

See Also:
Constant Field Values

FAR_BOTTOM

static final int FAR_BOTTOM
A bottom alignment, outside of bounds

See Also:
Constant Field Values

FAR_TOP

static final int FAR_TOP
A top alignment, outside of bounds

See Also:
Constant Field Values

EDGE_TYPE_LINE

static final int EDGE_TYPE_LINE
A straight-line edge type

See Also:
Constant Field Values

EDGE_TYPE_CURVE

static final int EDGE_TYPE_CURVE
A curved-line edge type

See Also:
Constant Field Values

EDGE_TYPE_COUNT

static final int EDGE_TYPE_COUNT
The total number of edge type values

See Also:
Constant Field Values

EDGE_ARROW_NONE

static final int EDGE_ARROW_NONE
No arrows on edges

See Also:
Constant Field Values

EDGE_ARROW_FORWARD

static final int EDGE_ARROW_FORWARD
Arrows on edges pointing from source to target

See Also:
Constant Field Values

EDGE_ARROW_REVERSE

static final int EDGE_ARROW_REVERSE
Arrows on edges pointing from target to source

See Also:
Constant Field Values

EDGE_ARROW_COUNT

static final int EDGE_ARROW_COUNT
The total number of edge arrow type values

See Also:
Constant Field Values

POLY_TYPE_LINE

static final int POLY_TYPE_LINE
Use straight-lines for polygon edges

See Also:
Constant Field Values

POLY_TYPE_CURVE

static final int POLY_TYPE_CURVE
Use curved-lines for polygon edges

See Also:
Constant Field Values

POLY_TYPE_STACK

static final int POLY_TYPE_STACK
Use curved-lines for polygon edges, but use straight lines for zero-slope edges

See Also:
Constant Field Values

POLY_TYPE_COUNT

static final int POLY_TYPE_COUNT
The total number of polygon type values

See Also:
Constant Field Values

LINEAR_SCALE

static final int LINEAR_SCALE
A linear scale

See Also:
Constant Field Values

LOG_SCALE

static final int LOG_SCALE
A logarithmic (base 10) scale

See Also:
Constant Field Values

SQRT_SCALE

static final int SQRT_SCALE
A square root scale

See Also:
Constant Field Values

QUANTILE_SCALE

static final int QUANTILE_SCALE
A quantile scale, based on the underlying distribution

See Also:
Constant Field Values

SCALE_COUNT

static final int SCALE_COUNT
The total number of scale type values

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
An unknown data type

See Also:
Constant Field Values

NOMINAL

static final int NOMINAL
A nominal (categorical) data type

See Also:
Constant Field Values

ORDINAL

static final int ORDINAL
An ordinal (ordered) data type

See Also:
Constant Field Values

NUMERICAL

static final int NUMERICAL
A numerical (quantitative) data type

See Also:
Constant Field Values

DATATYPE_COUNT

static final int DATATYPE_COUNT
The total number of data type values

See Also:
Constant Field Values

X_AXIS

static final int X_AXIS
Indicates the horizontal (X) axis

See Also:
Constant Field Values

Y_AXIS

static final int Y_AXIS
Indicates the vertical (Y) axis

See Also:
Constant Field Values

AXIS_COUNT

static final int AXIS_COUNT
The total number of axis type values

See Also:
Constant Field Values

NODE_TRAVERSAL

static final int NODE_TRAVERSAL
See Also:
Constant Field Values

EDGE_TRAVERSAL

static final int EDGE_TRAVERSAL
See Also:
Constant Field Values

NODE_AND_EDGE_TRAVERSAL

static final int NODE_AND_EDGE_TRAVERSAL
See Also:
Constant Field Values

TRAVERSAL_COUNT

static final int TRAVERSAL_COUNT
The total number of traversal type values

See Also:
Constant Field Values

CONTINUOUS

static final int CONTINUOUS
Indicates a continuous (non-discrete) spectrum

See Also:
Constant Field Values

MINIMUM_DOI

static final double MINIMUM_DOI
The absolute minimum degree-of-interest (DOI) value

See Also:
Constant Field Values

SHAPE_NONE

static final int SHAPE_NONE
No shape. Draw nothing.

See Also:
Constant Field Values

SHAPE_RECTANGLE

static final int SHAPE_RECTANGLE
Rectangle/Square shape

See Also:
Constant Field Values

SHAPE_ELLIPSE

static final int SHAPE_ELLIPSE
Ellipse/Circle shape

See Also:
Constant Field Values

SHAPE_DIAMOND

static final int SHAPE_DIAMOND
Diamond shape

See Also:
Constant Field Values

SHAPE_CROSS

static final int SHAPE_CROSS
Cross shape

See Also:
Constant Field Values

SHAPE_STAR

static final int SHAPE_STAR
Star shape

See Also:
Constant Field Values

SHAPE_TRIANGLE_UP

static final int SHAPE_TRIANGLE_UP
Up-pointing triangle shape

See Also:
Constant Field Values

SHAPE_TRIANGLE_DOWN

static final int SHAPE_TRIANGLE_DOWN
Down-pointing triangle shape

See Also:
Constant Field Values

SHAPE_TRIANGLE_LEFT

static final int SHAPE_TRIANGLE_LEFT
Left-pointing triangle shape

See Also:
Constant Field Values

SHAPE_TRIANGLE_RIGHT

static final int SHAPE_TRIANGLE_RIGHT
Right-pointing triangle shape

See Also:
Constant Field Values

SHAPE_HEXAGON

static final int SHAPE_HEXAGON
Hexagon shape

See Also:
Constant Field Values

SHAPE_COUNT

static final int SHAPE_COUNT
The number of recognized shape types

See Also:
Constant Field Values


Copyright © 2007 Regents of the University of California