Package 

Class ViewPortJob

  • All Implemented Interfaces:
    java.lang.Runnable

    
    public abstract class ViewPortJob
    extends ObjectPool.Poolable implements Runnable
                        

    Runnable that is used for viewport modifications since they cannot be executed at any time. This can be used to delay the execution of viewport modifications until the onSizeChanged(...) method of the chart-view is called. This is especially important if viewport modifying methods are called on the chart directly after initialization.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float xValue
      protected float yValue
    • Method Summary

      Modifier and Type Method Description
      float getXValue()
      float getYValue()
      • Methods inherited from class java.lang.Runnable

        run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait