org.jzy3d.plot3d.primitives.axes
Class AxeYLineAnnotation
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axes.AxeYLineAnnotation
-
- All Implemented Interfaces:
- AxeAnnotation
public class AxeYLineAnnotation extends java.lang.Object implements AxeAnnotation
-
-
Constructor Summary
Constructors Constructor and Description AxeYLineAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddraw(com.jogamp.opengl.GL gl, AxeBox axe)voiddrawLineGL2(com.jogamp.opengl.GL gl, Range yrange, Range zrange)voiddrawLineGLES2(Range yrange, Range zrange)ColorgetColor()floatgetValue()floatgetWidth()voidsetColor(Color color)voidsetValue(float value)voidsetWidth(float width)
-
-
-
Method Detail
-
draw
public void draw(com.jogamp.opengl.GL gl, AxeBox axe)- Specified by:
drawin interfaceAxeAnnotation
-
getValue
public float getValue()
-
setValue
public void setValue(float value)
-
getColor
public Color getColor()
-
setColor
public void setColor(Color color)
-
getWidth
public float getWidth()
-
setWidth
public void setWidth(float width)
-
-
DMelt 3.0 © DataMelt by jWork.ORG