Class AxeYLineAnnotation
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axis.annotations.AxeYLineAnnotation
-
- All Implemented Interfaces:
AxeAnnotation
public class AxeYLineAnnotation extends Object implements AxeAnnotation
-
-
Constructor Summary
Constructors Constructor Description AxeYLineAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(IPainter painter, AxisBox axe)
void
drawLine(IPainter painter, Range yrange, Range zrange)
Color
getColor()
float
getValue()
float
getWidth()
void
setColor(Color color)
void
setValue(float value)
void
setWidth(float width)
-
-
-
Field Detail
-
value
protected float value
-
color
protected Color color
-
width
protected float width
-
-
Method Detail
-
draw
public void draw(IPainter painter, AxisBox axe)
- Specified by:
draw
in 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)
-
-