public abstract class AbstractRemapTask extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected String |
info |
protected SingleParameterMapper |
mapper |
protected Shape |
surface |
protected TicToc |
time |
Constructor and Description |
---|
AbstractRemapTask(Shape surface,
SingleParameterMapper mapper) |
Modifier and Type | Method and Description |
---|---|
String |
getInfo() |
SingleParameterMapper |
getMapper() |
Shape |
getSurface() |
abstract void |
remap() |
void |
run() |
void |
setInfo(String info) |
void |
setMapper(SingleParameterMapper mapper) |
void |
setSurface(Shape surface) |
protected SingleParameterMapper mapper
protected String info
protected TicToc time
protected Shape surface
public AbstractRemapTask(Shape surface, SingleParameterMapper mapper)
public abstract void remap()
public Shape getSurface()
public void setSurface(Shape surface)
public SingleParameterMapper getMapper()
public void setMapper(SingleParameterMapper mapper)
public String getInfo()
public void setInfo(String info)
Copyright © 2016. All rights reserved.