org.jzy3d.plot3d.builder
Class AbstractRemapTask
java.lang.Object
org.jzy3d.plot3d.builder.AbstractRemapTask
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- IncreaseParamRemapTask
public abstract class AbstractRemapTask
- extends Object
- implements Runnable
A remapping task that let a remapping be performed in a simple while loop.
To be used by an Executor or Thread.
- Author:
- martin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapper
protected SingleParameterMapper mapper
info
protected String info
time
protected TicToc time
surface
protected Shape surface
AbstractRemapTask
public AbstractRemapTask(Shape surface,
SingleParameterMapper mapper)
remap
public abstract void remap()
run
public void run()
- Specified by:
run
in interface Runnable
getSurface
public Shape getSurface()
setSurface
public void setSurface(Shape surface)
getMapper
public SingleParameterMapper getMapper()
setMapper
public void setMapper(SingleParameterMapper mapper)
getInfo
public String getInfo()
setInfo
public void setInfo(String info)
Copyright © 2013. All rights reserved.