gov.nasa.worldwind.render
Interface ShapeAttributes
- All Superinterfaces:
- AVList, EventListener, PropertyChangeListener, WWObject
- All Known Implementing Classes:
- BasicShapeAttributes
public interface ShapeAttributes - extends AVList, WWObject
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)
|