NASA World Wind

gov.nasa.worldwind.layers
Class GraticuleRenderingParams

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.layers.GraticuleRenderingParams
All Implemented Interfaces:
AVList

public class GraticuleRenderingParams
extends AVListImpl


Field Summary
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
           
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
GraticuleRenderingParams()
           
 
Method Summary
 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)
           
 
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
 

Field Detail

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
Constructor Detail

GraticuleRenderingParams

public GraticuleRenderingParams()
Method Detail

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)

NASA World Wind