org.jzy3d.plot3d.primitives.axes.layout.renderers
Class ScientificNotationTickRenderer
java.lang.Object
org.jzy3d.plot3d.primitives.axes.layout.renderers.ScientificNotationTickRenderer
- All Implemented Interfaces:
- ITickRenderer
public class ScientificNotationTickRenderer
- extends Object
- implements ITickRenderer
Formats 1000 to '1.0e3'
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
precision
protected int precision
ScientificNotationTickRenderer
public ScientificNotationTickRenderer()
ScientificNotationTickRenderer
public ScientificNotationTickRenderer(int precision)
format
public String format(double value)
- Specified by:
format
in interface ITickRenderer
Copyright © 2013. All rights reserved.