Documentation of 'org.jzy3d.plot3d.primitives.AbstractWireframeable' Java class
AbstractWireframeable
org.jzy3d.plot3d.primitives

Class AbstractWireframeable

    • Constructor Detail

      • AbstractWireframeable

        public AbstractWireframeable()
        Initialize the wireframeable with a white color and width of 1 for wires, hidden wireframe, and displayed faces.
    • Method Detail

      • setWireframeColor

        public void setWireframeColor(Color color)
        Set the wireframe color.
      • setWireframeDisplayed

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

        public void setWireframeWidth(float width)
        Set the wireframe width.
      • setFaceDisplayed

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

        public Color getWireframeColor()
        Get the wireframe color.
      • getWireframeDisplayed

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

        public float getWireframeWidth()
        Get the wireframe width.
      • getFaceDisplayed

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.