org.jzy3d.plot3d.primitives
Interface IWireframeable

All Known Implementing Classes:
AbstractComposite, AbstractWireframeable, CompileableComposite, ContourLevel, Cylinder, Disk, Enlightable, EnlightableBar, EnlightableDisk, EnlightablePolygon, EnlightableSphere, FlatLine2d, HistogramBar, InteractiveSphere, LineStrip, Parallelepiped, Polygon, Quad, Shape, Sphere, TexturedCube, TexturedCylinder, TranslucentQuad, Tube

public interface IWireframeable


Method Summary
 boolean getFaceDisplayed()
          Get the face display status to on or off.
 Color getWireframeColor()
          Get the wireframe color.
 boolean getWireframeDisplayed()
          Get the wireframe display status to on or off.
 float getWireframeWidth()
          Get the wireframe width.
 void setFaceDisplayed(boolean status)
          Set the face display status to on or off.
 void setWireframeColor(Color color)
          Set the wireframe color.
 void setWireframeDisplayed(boolean status)
          Set the wireframe display status to on or off.
 void setWireframeWidth(float width)
          Set the wireframe width.
 

Method Detail

setWireframeColor

void setWireframeColor(Color color)
Set the wireframe color.


setWireframeDisplayed

void setWireframeDisplayed(boolean status)
Set the wireframe display status to on or off.


setWireframeWidth

void setWireframeWidth(float width)
Set the wireframe width.


setFaceDisplayed

void setFaceDisplayed(boolean status)
Set the face display status to on or off.


getWireframeColor

Color getWireframeColor()
Get the wireframe color.


getWireframeDisplayed

boolean getWireframeDisplayed()
Get the wireframe display status to on or off.


getWireframeWidth

float getWireframeWidth()
Get the wireframe width.


getFaceDisplayed

boolean getFaceDisplayed()
Get the face display status to on or off.