NASA World Wind

gov.nasa.worldwind.render
Class SegmentPlaneAttributes.GeometryAttributes

java.lang.Object
  extended by gov.nasa.worldwind.render.SegmentPlaneAttributes.GeometryAttributes
Enclosing class:
SegmentPlaneAttributes

public static class SegmentPlaneAttributes.GeometryAttributes
extends Object


Constructor Summary
SegmentPlaneAttributes.GeometryAttributes()
           
SegmentPlaneAttributes.GeometryAttributes(Material material, double opacity)
           
 
Method Summary
 SegmentPlaneAttributes.GeometryAttributes copy()
           
 SegmentPlaneAttributes.GeometryAttributes copyTo(SegmentPlaneAttributes.GeometryAttributes copy)
           
 Material getMaterial()
           
 Vec4 getOffset()
           
 double getOpacity()
           
 double getPicksize()
           
 double getSize()
           
 boolean isVisible()
           
 void setMaterial(Material material)
           
 void setOffset(Vec4 vec4)
           
 void setOpacity(double opacity)
           
 void setPickSize(double size)
           
 void setSize(double size)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentPlaneAttributes.GeometryAttributes

public SegmentPlaneAttributes.GeometryAttributes()

SegmentPlaneAttributes.GeometryAttributes

public SegmentPlaneAttributes.GeometryAttributes(Material material,
                                                 double opacity)
Method Detail

copy

public SegmentPlaneAttributes.GeometryAttributes copy()

copyTo

public SegmentPlaneAttributes.GeometryAttributes copyTo(SegmentPlaneAttributes.GeometryAttributes copy)

getMaterial

public Material getMaterial()

getOffset

public Vec4 getOffset()

getOpacity

public double getOpacity()

getPicksize

public double getPicksize()

getSize

public double getSize()

isVisible

public boolean isVisible()

setMaterial

public void setMaterial(Material material)

setOffset

public void setOffset(Vec4 vec4)

setOpacity

public void setOpacity(double opacity)

setPickSize

public void setPickSize(double size)

setSize

public void setSize(double size)

setVisible

public void setVisible(boolean visible)

NASA World Wind