Class ScientificNotationTickRenderer
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.axis.layout.renderers.ScientificNotationTickRenderer
-
- All Implemented Interfaces:
ITickRenderer
public class ScientificNotationTickRenderer extends Object implements ITickRenderer
Formats 1000 to '1.0e3'
-
-
Field Summary
Fields Modifier and Type Field Description protected int
precision
-
Constructor Summary
Constructors Constructor Description ScientificNotationTickRenderer()
ScientificNotationTickRenderer(int precision)
-
-
-
Method Detail
-
format
public String format(double value)
- Specified by:
format
in interfaceITickRenderer
-
-