NASA World Wind

gov.nasa.worldwind.render
Interface ShapeAttributes

All Superinterfaces:
AVList, EventListener, PropertyChangeListener, WWObject
All Known Implementing Classes:
BasicShapeAttributes

public interface ShapeAttributes
extends AVList, WWObject


Method Summary
 double getInteriorImageScale()
           
 Object getInteriorImageSource()
           
 Material getInteriorMaterial()
           
 double getInteriorOpacity()
           
 Material getOutlineMaterial()
           
 double getOutlineOpacity()
           
 int getOutlineStippleFactor()
           
 short getOutlineStipplePattern()
           
 double getOutlineWidth()
           
 void getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 boolean isDrawInterior()
           
 boolean isDrawOutline()
           
 boolean isEnableAntialiasing()
           
 void restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void setDrawInterior(boolean draw)
           
 void setDrawOutline(boolean draw)
           
 void setEnableAntialiasing(boolean enable)
           
 void setInteriorImageScale(double scale)
           
 void setInteriorImageSource(Object imageSource)
           
 void setInteriorMaterial(Material material)
           
 void setInteriorOpacity(double opacity)
           
 void setOutlineMaterial(Material material)
           
 void setOutlineOpacity(double opacity)
           
 void setOutlineStippleFactor(int factor)
           
 void setOutlineStipplePattern(short pattern)
           
 void setOutlineWidth(double width)
           
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getInteriorImageScale

double getInteriorImageScale()

getInteriorImageSource

Object getInteriorImageSource()

getInteriorMaterial

Material getInteriorMaterial()

getInteriorOpacity

double getInteriorOpacity()

getOutlineMaterial

Material getOutlineMaterial()

getOutlineOpacity

double getOutlineOpacity()

getOutlineStippleFactor

int getOutlineStippleFactor()

getOutlineStipplePattern

short getOutlineStipplePattern()

getOutlineWidth

double getOutlineWidth()

getRestorableState

void getRestorableState(RestorableSupport rs,
                        RestorableSupport.StateObject so)

isDrawInterior

boolean isDrawInterior()

isDrawOutline

boolean isDrawOutline()

isEnableAntialiasing

boolean isEnableAntialiasing()

restoreState

void restoreState(RestorableSupport rs,
                  RestorableSupport.StateObject so)

setDrawInterior

void setDrawInterior(boolean draw)

setDrawOutline

void setDrawOutline(boolean draw)

setEnableAntialiasing

void setEnableAntialiasing(boolean enable)

setInteriorImageScale

void setInteriorImageScale(double scale)

setInteriorImageSource

void setInteriorImageSource(Object imageSource)

setInteriorMaterial

void setInteriorMaterial(Material material)

setInteriorOpacity

void setInteriorOpacity(double opacity)

setOutlineMaterial

void setOutlineMaterial(Material material)

setOutlineOpacity

void setOutlineOpacity(double opacity)

setOutlineStippleFactor

void setOutlineStippleFactor(int factor)

setOutlineStipplePattern

void setOutlineStipplePattern(short pattern)

setOutlineWidth

void setOutlineWidth(double width)

NASA World Wind

Hosted by docs.bugaco.com