public abstract class AbstractLookAndFeel extends Object implements LookAndFeel
Modifier and Type | Field and Description |
---|---|
static String |
AXIS_FONT |
static String |
AXIS_TAG_COLOR |
static String |
AXIS_TEXT_COLOR |
static String |
AXIS_TICK_COLOR |
static String |
BORDER_COLOR |
static String |
CROSSHAIR_COLOR |
static String |
FRAME_BACKGROUND_COLOR |
Map<String,Object> |
map |
static String |
PLOT_BACKGROUND_COLOR |
static String |
TITLE_FONT |
static String |
TOOLTIP_BACKGROUND_COLOR |
static String |
TOOLTIP_TEXT_COLOR |
Constructor and Description |
---|
AbstractLookAndFeel() |
public static String TOOLTIP_BACKGROUND_COLOR
public static String TOOLTIP_TEXT_COLOR
public static String AXIS_TEXT_COLOR
public static String AXIS_TICK_COLOR
public static String AXIS_TAG_COLOR
public static String AXIS_FONT
public static String TITLE_FONT
public static String CROSSHAIR_COLOR
public static String BORDER_COLOR
public static String FRAME_BACKGROUND_COLOR
public static String PLOT_BACKGROUND_COLOR
public Object getValue(String key)
getValue
in interface LookAndFeel
public float[] getColor(String key)
getColor
in interface LookAndFeel
public float getFloat(String key)
getFloat
in interface LookAndFeel
public Font getFont(String key)
getFont
in interface LookAndFeel
Copyright © 2016 Metron, Inc.. All rights reserved.