public interface StyleLibrary
Modifier and Type | Field and Description |
---|---|
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 |
PLOTGREY
Grayed out objects
|
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
|
static String |
XYCURVE
XY curve styling.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 PLOTGREY
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
static final String XYCURVE
String getColor(String name)
name
- Reference nameString getBackgroundColor(String name)
name
- Reference nameString getTextColor(String name)
name
- Reference nameColorLibrary getColorSet(String name)
name
- Reference namedouble getLineWidth(String key)
key
- Keydouble getSize(String key)
key
- Keydouble getTextSize(String key)
key
- KeyString getFontFamily(String key)
key
- Keydouble getOpacity(String key)
key
- KeyLineStyleLibrary lines()
MarkerLibrary markers()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.