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 voiddraw(IPainter painter, AxisBox axe)voiddrawLine(IPainter painter, Range yrange, Range zrange)ColorgetColor()floatgetValue()floatgetWidth()voidsetColor(Color color)voidsetValue(float value)voidsetWidth(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:
 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)
 
 - 
 
 -