public class AxeYLineAnnotation extends Object implements AxeAnnotation
Modifier and Type | Field and Description |
---|---|
protected Color |
color |
protected float |
value |
protected float |
width |
Constructor and Description |
---|
AxeYLineAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
draw(com.jogamp.opengl.GL gl,
AxeBox axe) |
void |
drawLineGL2(com.jogamp.opengl.GL gl,
Range yrange,
Range zrange) |
void |
drawLineGLES2(Range yrange,
Range zrange) |
Color |
getColor() |
float |
getValue() |
float |
getWidth() |
void |
setColor(Color color) |
void |
setValue(float value) |
void |
setWidth(float width) |
protected float value
protected Color color
protected float width
public void draw(com.jogamp.opengl.GL gl, AxeBox axe)
draw
in interface AxeAnnotation
public float getValue()
public void setValue(float value)
public Color getColor()
public void setColor(Color color)
public float getWidth()
public void setWidth(float width)
Copyright © 2016. All rights reserved.