org.jzy3d.colors
Class AlwaysPrePostDrawPolicy
java.lang.Object
org.jzy3d.colors.AlwaysPrePostDrawPolicy
- All Implemented Interfaces:
- IColorMapperUpdatePolicy
public class AlwaysPrePostDrawPolicy
- extends Object
- implements IColorMapperUpdatePolicy
Allows only composite objects to call ColorMapper.preDraw(this), to
avoid having all children re-initializing min/max score in the scenegraph
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlwaysPrePostDrawPolicy
public AlwaysPrePostDrawPolicy()
acceptsPreDraw
public boolean acceptsPreDraw(Object o)
- Specified by:
acceptsPreDraw in interface IColorMapperUpdatePolicy
acceptsPostDraw
public boolean acceptsPostDraw(Object o)
- Specified by:
acceptsPostDraw in interface IColorMapperUpdatePolicy
Copyright © 2013. All rights reserved.