
public interface StyleLibrary
| Modifier and Type | Field and Description | 
|---|---|
| static String | AXISAxis | 
| static String | AXIS_LABELAxis label | 
| static String | AXIS_TICKAxis tick | 
| static String | AXIS_TICK_MINORAxis minor tick | 
| static String | BACKGROUND_COLORBackground color | 
| static String | BUBBLEPLOTBubble size | 
| static String | CLUSTERORDERClusterorder | 
| static String | COLORColor | 
| static String | COLORSETColor set | 
| static String | DEFAULTDefault | 
| static String | DOTPLOTDot size | 
| static String | FONT_FAMILYFont family | 
| static String | GENERIC_SIZEGeneric size | 
| static String | KEYKey | 
| static String | LINE_WIDTHLine width | 
| static String | MARGINMargin | 
| static String | MARKERPLOTMarker size | 
| static String | OPACITYOpacity (transparency) | 
| static String | PAGEPage | 
| static String | PLOTPlot | 
| static String | PLOTGREYGrayed out objects | 
| static String | POLYGONSPolygons style | 
| static String | REFERENCE_POINTSReference points color and size | 
| static double | SCALEScaling constant. | 
| static String | SELECTIONSelection color and opacity | 
| static String | SELECTION_ACTIVESelection color and opacity during selecting process | 
| static String | TEXT_COLORText color | 
| static String | TEXT_SIZEText size | 
| static String | XYCURVEXY 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.SCALEstatic 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()