|
|
|||||||||||||||||||||
| 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 |
PAGE
Page |
static String |
PLOT
Plot |
static String |
REFERENCE_POINTS
Reference points color and size |
static double |
SCALE
Scaling constant. |
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 |
getSize(String key)
Get generic size |
String |
getTextColor(String name)
Retrieve text color for an item |
double |
getTextSize(String key)
Get text size |
| 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 double SCALE
VisualizationProjection.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
| 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
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||