gov.nasa.worldwind.layers
Class GraticuleRenderingParams
java.lang.Object
gov.nasa.worldwind.avlist.AVListImpl
gov.nasa.worldwind.layers.GraticuleRenderingParams
- All Implemented Interfaces:
- AVList
public class GraticuleRenderingParams
- extends AVListImpl
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_DRAW_LABELS
public static final String KEY_DRAW_LABELS
- See Also:
- Constant Field Values
KEY_DRAW_LINES
public static final String KEY_DRAW_LINES
- See Also:
- Constant Field Values
KEY_LABEL_COLOR
public static final String KEY_LABEL_COLOR
- See Also:
- Constant Field Values
KEY_LABEL_FONT
public static final String KEY_LABEL_FONT
- See Also:
- Constant Field Values
KEY_LINE_COLOR
public static final String KEY_LINE_COLOR
- See Also:
- Constant Field Values
KEY_LINE_CONFORMANCE
public static final String KEY_LINE_CONFORMANCE
- See Also:
- Constant Field Values
KEY_LINE_STYLE
public static final String KEY_LINE_STYLE
- See Also:
- Constant Field Values
KEY_LINE_WIDTH
public static final String KEY_LINE_WIDTH
- See Also:
- Constant Field Values
VALUE_LINE_STYLE_DASHED
public static final String VALUE_LINE_STYLE_DASHED
- See Also:
- Constant Field Values
VALUE_LINE_STYLE_DOTTED
public static final String VALUE_LINE_STYLE_DOTTED
- See Also:
- Constant Field Values
VALUE_LINE_STYLE_SOLID
public static final String VALUE_LINE_STYLE_SOLID
- See Also:
- Constant Field Values
GraticuleRenderingParams
public GraticuleRenderingParams()
getLabelColor
public Color getLabelColor()
getLabelFont
public Font getLabelFont()
getLineColor
public Color getLineColor()
getLineStyle
public String getLineStyle()
getLineWidth
public double getLineWidth()
isDrawLabels
public boolean isDrawLabels()
isDrawLines
public boolean isDrawLines()
setDrawLabels
public void setDrawLabels(boolean drawLabels)
setDrawLines
public void setDrawLines(boolean drawLines)
setLabelColor
public void setLabelColor(Color color)
setLabelFont
public void setLabelFont(Font font)
setLineColor
public void setLineColor(Color color)
setLineStyle
public void setLineStyle(String lineStyle)
setLineWidth
public void setLineWidth(double lineWidth)