Class AxisSynchronizer


  • public class AxisSynchronizer
    extends java.lang.Object
    Synchronizes the axes of different charts. All charts are equal.
    Author:
    braeun
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Axis axis)  
      void remove​(Axis axis)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AxisSynchronizer

        public AxisSynchronizer()
    • Method Detail

      • add

        public void add​(Axis axis)
      • remove

        public void remove​(Axis axis)