public class GraticuleRenderingParams extends AVListImpl
Modifier and Type | Field and Description |
---|---|
static String |
KEY_DRAW_LABELS |
static String |
KEY_DRAW_LINES |
static String |
KEY_LABEL_COLOR |
static String |
KEY_LABEL_FONT |
static String |
KEY_LINE_COLOR |
static String |
KEY_LINE_CONFORMANCE |
static String |
KEY_LINE_STYLE |
static String |
KEY_LINE_WIDTH |
static String |
VALUE_LINE_STYLE_DASHED |
static String |
VALUE_LINE_STYLE_DOTTED |
static String |
VALUE_LINE_STYLE_SOLID |
Constructor and Description |
---|
GraticuleRenderingParams() |
Modifier and Type | Method and Description |
---|---|
Color |
getLabelColor() |
Font |
getLabelFont() |
Color |
getLineColor() |
String |
getLineStyle() |
double |
getLineWidth() |
boolean |
isDrawLabels() |
boolean |
isDrawLines() |
void |
setDrawLabels(boolean drawLabels) |
void |
setDrawLines(boolean drawLines) |
void |
setLabelColor(Color color) |
void |
setLabelFont(Font font) |
void |
setLineColor(Color color) |
void |
setLineStyle(String lineStyle) |
void |
setLineWidth(double lineWidth) |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
public static final String KEY_DRAW_LABELS
public static final String KEY_DRAW_LINES
public static final String KEY_LABEL_COLOR
public static final String KEY_LABEL_FONT
public static final String KEY_LINE_COLOR
public static final String KEY_LINE_CONFORMANCE
public static final String KEY_LINE_STYLE
public static final String KEY_LINE_WIDTH
public static final String VALUE_LINE_STYLE_DASHED
public static final String VALUE_LINE_STYLE_DOTTED
public static final String VALUE_LINE_STYLE_SOLID
public Color getLabelColor()
public Font getLabelFont()
public Color getLineColor()
public String getLineStyle()
public double getLineWidth()
public boolean isDrawLabels()
public boolean isDrawLines()
public void setDrawLabels(boolean drawLabels)
public void setDrawLines(boolean drawLines)
public void setLabelColor(Color color)
public void setLabelFont(Font font)
public void setLineColor(Color color)
public void setLineStyle(String lineStyle)
public void setLineWidth(double lineWidth)