public class StructureType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StructureType |
AXIS
Indicates an Axis structure type.
|
static StructureType |
AXIS_LABEL
Indicates an Axis Label structure type.
|
static StructureType |
AXIS_TITLE
Indicates an Axis Title structure type.
|
static StructureType |
CHART_BLOCK
Indicates a Chart Block structure type.
|
static StructureType |
LEGEND
Indicates a Legend structure type.
|
static StructureType |
LEGEND_ENTRY
Indicates a Legend Entry structure type.
|
static StructureType |
LEGEND_TITLE
Indicates a Legend Title structure type.
|
static StructureType |
MARKER_LINE
Indicates a Marker Line structure type.
|
static StructureType |
MARKER_RANGE
Indicates a Marker Range structure type.
|
static StructureType |
PLOT
Indicates a Plot structure type.
|
static StructureType |
SERIES
Indicates a Series structure type.
|
static StructureType |
SERIES_DATA_POINT
Indicates a Series DataPoint structure type.
|
static StructureType |
SERIES_ELEMENT
Indicates a Series Element structure type.
|
static StructureType |
SERIES_FITTING_CURVE
Indicates a Series Fitting Curve structure type.
|
static StructureType |
SERIES_MARKER
Indicates a Series Marker structure type.
|
static StructureType |
SERIES_TITLE
Indicates a Series Title structure type.
|
static StructureType |
TITLE
Indicates a Title structure type.
|
static StructureType |
UNKNOWN
Indicates an Unknown structure type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeString()
Returns the type string.
|
java.lang.String |
toString() |
public static final StructureType UNKNOWN
Object
type.public static final StructureType CHART_BLOCK
Block
type.public static final StructureType PLOT
Plot
type.public static final StructureType TITLE
TitleBlock
type.public static final StructureType LEGEND
Legend
type.public static final StructureType LEGEND_TITLE
Label
type.public static final StructureType LEGEND_ENTRY
LegendEntryRenderingHints
type.public static final StructureType AXIS
Axis
type.public static final StructureType AXIS_TITLE
Label
type.public static final StructureType AXIS_LABEL
Label
type.public static final StructureType SERIES
Series
type.public static final StructureType SERIES_TITLE
Label
type.public static final StructureType SERIES_ELEMENT
DataPointHints
type.public static final StructureType SERIES_MARKER
Marker
type.public static final StructureType SERIES_DATA_POINT
DataPointHints
type.public static final StructureType SERIES_FITTING_CURVE
CurveFitting
type.public static final StructureType MARKER_LINE
MarkerLine
type.public static final StructureType MARKER_RANGE
MarkerRange
type.Copyright © 2005-2008 Actuate Corp. All rights reserved.