org.jzy3d.plot3d.builder
Class AbstractRemapTask

java.lang.Object
  extended by 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

Field Summary
protected  String info
           
protected  SingleParameterMapper mapper
           
protected  Shape surface
           
protected  TicToc time
           
 
Constructor Summary
AbstractRemapTask(Shape surface, SingleParameterMapper mapper)
           
 
Method Summary
 String getInfo()
           
 SingleParameterMapper getMapper()
           
 Shape getSurface()
           
abstract  void remap()
           
 void run()
           
 void setInfo(String info)
           
 void setMapper(SingleParameterMapper mapper)
           
 void setSurface(Shape surface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapper

protected SingleParameterMapper mapper

info

protected String info

time

protected TicToc time

surface

protected Shape surface
Constructor Detail

AbstractRemapTask

public AbstractRemapTask(Shape surface,
                         SingleParameterMapper mapper)
Method Detail

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.