-
- 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.
-
-
Constructor Summary
Constructors Constructor Description ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
-
Method Summary
-
-
Constructor Detail
-
ViewPortJob
ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v)
-
-
-
-