NASA World Wind

gov.nasa.worldwind.render.airspaces
Interface AirspaceAttributes

All Known Implementing Classes:
BasicAirspaceAttributes

public interface AirspaceAttributes


Method Summary
 void applyInterior(DrawContext dc, boolean enableMaterial)
           
 void applyOutline(DrawContext dc, boolean enableMaterial)
           
 Material getMaterial()
           
 double getOpacity()
           
 Material getOutlineMaterial()
           
 double getOutlineOpacity()
           
 double getOutlineWidth()
           
 void getRestorableState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 boolean isDrawInterior()
           
 boolean isDrawOutline()
           
 void restoreState(RestorableSupport rs, RestorableSupport.StateObject so)
           
 void setDrawInterior(boolean state)
           
 void setDrawOutline(boolean state)
           
 void setMaterial(Material material)
           
 void setOpacity(double opacity)
           
 void setOutlineMaterial(Material material)
           
 void setOutlineOpacity(double opacity)
           
 void setOutlineWidth(double width)
           
 

Method Detail

applyInterior

void applyInterior(DrawContext dc,
                   boolean enableMaterial)

applyOutline

void applyOutline(DrawContext dc,
                  boolean enableMaterial)

getMaterial

Material getMaterial()

getOpacity

double getOpacity()

getOutlineMaterial

Material getOutlineMaterial()

getOutlineOpacity

double getOutlineOpacity()

getOutlineWidth

double getOutlineWidth()

getRestorableState

void getRestorableState(RestorableSupport rs,
                        RestorableSupport.StateObject so)

isDrawInterior

boolean isDrawInterior()

isDrawOutline

boolean isDrawOutline()

restoreState

void restoreState(RestorableSupport rs,
                  RestorableSupport.StateObject so)

setDrawInterior

void setDrawInterior(boolean state)

setDrawOutline

void setDrawOutline(boolean state)

setMaterial

void setMaterial(Material material)

setOpacity

void setOpacity(double opacity)

setOutlineMaterial

void setOutlineMaterial(Material material)

setOutlineOpacity

void setOutlineOpacity(double opacity)

setOutlineWidth

void setOutlineWidth(double width)

NASA World Wind