|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StyleLibrary
Style library interface. A style library allows the user to customize the visual rendering, for example for print media or screen presentation without having to change program code.
Field Summary | |
---|---|
static String |
AXIS
Axis |
static String |
AXIS_LABEL
Axis label |
static String |
AXIS_TICK
Axis tick |
static String |
AXIS_TICK_MINOR
Axis minor tick |
static String |
BACKGROUND_COLOR
Background color |
static String |
BUBBLEPLOT
Bubble size |
static String |
CLUSTERORDER
Clusterorder |
static String |
COLOR
Color |
static String |
COLORSET
Color set |
static String |
DEFAULT
Default |
static String |
DOTPLOT
Dot size |
static String |
FONT_FAMILY
Font family |
static String |
GENERIC_SIZE
Generic size |
static String |
KEY
Key |
static String |
LINE_WIDTH
Line width |
static String |
MARGIN
Margin |
static String |
MARKERPLOT
Marker size |
static String |
OPACITY
Opacity (transparency) |
static String |
PAGE
Page |
static String |
PLOT
Plot |
static String |
POLYGONS
Polygons style |
static String |
REFERENCE_POINTS
Reference points color and size |
static double |
SCALE
Scaling constant. |
static String |
SELECTION
Selection color and opacity |
static String |
SELECTION_ACTIVE
Selection color and opacity during selecting process |
static String |
TEXT_COLOR
Text color |
static String |
TEXT_SIZE
Text size |
Method Summary | |
---|---|
String |
getBackgroundColor(String name)
Retrieve background color for an item |
String |
getColor(String name)
Retrieve a color for an item |
ColorLibrary |
getColorSet(String name)
Retrieve colorset for an item |
String |
getFontFamily(String key)
Get font family |
double |
getLineWidth(String key)
Get line width |
double |
getOpacity(String key)
Get opacity |
double |
getSize(String key)
Get generic size |
String |
getTextColor(String name)
Retrieve text color for an item |
double |
getTextSize(String key)
Get text size |
LineStyleLibrary |
lines()
Get the line style library to use. |
MarkerLibrary |
markers()
Get the marker library to use. |
Field Detail |
---|
static final String DEFAULT
static final String PAGE
static final String PLOT
static final String AXIS
static final String AXIS_TICK
static final String AXIS_TICK_MINOR
static final String AXIS_LABEL
static final String KEY
static final String CLUSTERORDER
static final String MARGIN
static final String BUBBLEPLOT
static final String MARKERPLOT
static final String DOTPLOT
static final String REFERENCE_POINTS
static final String POLYGONS
static final String SELECTION
static final String SELECTION_ACTIVE
static final double SCALE
Projection.SCALE
.
static final String COLOR
static final String BACKGROUND_COLOR
static final String TEXT_COLOR
static final String COLORSET
static final String LINE_WIDTH
static final String TEXT_SIZE
static final String FONT_FAMILY
static final String GENERIC_SIZE
static final String OPACITY
Method Detail |
---|
String getColor(String name)
name
- Reference name
String getBackgroundColor(String name)
name
- Reference name
String getTextColor(String name)
name
- Reference name
ColorLibrary getColorSet(String name)
name
- Reference name
double getLineWidth(String key)
key
- Key
double getSize(String key)
key
- Key
double getTextSize(String key)
key
- Key
String getFontFamily(String key)
key
- Key
double getOpacity(String key)
key
- Key
LineStyleLibrary lines()
MarkerLibrary markers()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |