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 Details

    • precision

      protected int precision
  • Constructor Details

    • ScientificNotationTickRenderer

      public ScientificNotationTickRenderer()
    • ScientificNotationTickRenderer

      public ScientificNotationTickRenderer(int precision)
  • Method Details