NASA World Wind

gov.nasa.worldwind.render
Class Pedestal

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.render.UserFacingIcon
          extended by gov.nasa.worldwind.render.Pedestal
All Implemented Interfaces:
AVList, Movable, WWIcon, PropertyChangeListener, EventListener

public class Pedestal
extends UserFacingIcon


Field Summary
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
Pedestal(String iconPath, Position iconPosition)
           
 
Method Summary
 double getScale()
           
 double getSpacingPixels()
           
 void setScale(double scale)
           
 void setSpacingPixels(double spacingPixels)
           
 
Methods inherited from class gov.nasa.worldwind.render.UserFacingIcon
getHighlightScale, getImageSource, getPath, getPosition, getReferencePosition, getSize, getToolTipFont, getToolTipText, getToolTipTextColor, isAlwaysOnTop, isHighlighted, isShowToolTip, isVisible, move, moveTo, setAlwaysOnTop, setHighlighted, setHighlightScale, setImageSource, setPosition, setShowToolTip, setSize, setToolTipFont, setToolTipText, setToolTipTextColor, setVisible, toString
 
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, propertyChange, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pedestal

public Pedestal(String iconPath,
                Position iconPosition)
Method Detail

getScale

public double getScale()

getSpacingPixels

public double getSpacingPixels()

setScale

public void setScale(double scale)

setSpacingPixels

public void setSpacingPixels(double spacingPixels)

NASA World Wind