public class AreaData extends Object
| Constructor and Description |
|---|
AreaData()
Create an empty area data.
|
AreaData(double xstart,
double xend,
double ystart,
double yend,
int xoff,
int yoff,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
IComponentIdentifier cid,
short[][] data,
String displayid)
Create a new area data.
|
AreaData(double xstart,
double xend,
double ystart,
double yend,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
String displayid)
Create a new area data.
|
| Modifier and Type | Method and Description |
|---|---|
short[][] |
fetchData()
Get the data.
|
IFractalAlgorithm |
getAlgorithm()
Get the algorithm.
|
IComponentIdentifier |
getCalculatorId()
Get the calculator id.
|
String |
getDataString()
Get the data as a transferable string.
|
String |
getDisplayId()
Get the displayid.
|
Object |
getId()
Value for identifying this area data.
|
short |
getMax()
Get the max value.
|
int |
getParallel()
Get the par.
|
int |
getSizeX()
Get the sizex.
|
int |
getSizeY()
Get the sizey.
|
int |
getTaskSize()
Get the tasksize.
|
double |
getXEnd()
Get the xend.
|
int |
getXOffset()
Get the x offset.
|
double |
getXStart()
Get the xstart.
|
double |
getYEnd()
Get the yend.
|
int |
getYOffset()
Get the y offset.
|
double |
getYStart()
Get the ystart.
|
void |
setAlgorithm(IFractalAlgorithm algorithm)
Set the algorithm.
|
void |
setCalculatorId(IComponentIdentifier cid)
Set the calculator id.
|
void |
setData(short[][] data)
Set the data.
|
void |
setDataString(String sdata)
Set the data.
|
void |
setDisplayId(String displayid)
Set the displayid.
|
void |
setMax(short max)
Set the max value.
|
void |
setParallel(int par)
Set the par.
|
void |
setSizeX(int sizex)
Set the sizex.
|
void |
setSizeY(int sizey)
Set the sizey.
|
void |
setTaskSize(int tasksize)
Set the tasksize.
|
void |
setXEnd(double xend)
Set the xend.
|
void |
setXOffset(int xoff)
Set the x offset.
|
void |
setXStart(double xstart)
Set the xstart.
|
void |
setYEnd(double yend)
Set the yend.
|
void |
setYOffset(int yoff)
Set the y offset.
|
void |
setYStart(double ystart)
Set the ystart.
|
String |
toString()
Get the string representation.
|
public AreaData()
public AreaData(double xstart,
double xend,
double ystart,
double yend,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
String displayid)
public AreaData(double xstart,
double xend,
double ystart,
double yend,
int xoff,
int yoff,
int sizex,
int sizey,
short max,
int par,
int tasksize,
IFractalAlgorithm algorithm,
IComponentIdentifier cid,
short[][] data,
String displayid)
public double getXStart()
public void setXStart(double xstart)
xstart - The xstart to set.public double getXEnd()
public void setXEnd(double xend)
xend - The xend to set.public double getYStart()
public void setYStart(double ystart)
ystart - The ystart to set.public double getYEnd()
public void setYEnd(double yend)
yend - The yend to set.public int getXOffset()
public void setXOffset(int xoff)
xoff - The x offset to set.public int getYOffset()
public void setYOffset(int yoff)
yoff - The y offset to set.public int getSizeX()
public void setSizeX(int sizex)
sizex - The sizex to set.public int getSizeY()
public void setSizeY(int sizey)
sizey - The sizey to set.public short getMax()
public void setMax(short max)
max - The max value to set.public short[][] fetchData()
public void setData(short[][] data)
data - The data to set.public String getDataString()
public void setDataString(String sdata)
data - The data to set.public int getParallel()
public void setParallel(int par)
par - The par to set.public IComponentIdentifier getCalculatorId()
public void setCalculatorId(IComponentIdentifier cid)
id - The calculator id to set.public int getTaskSize()
public void setTaskSize(int tasksize)
tasksize - The tasksize to set.public IFractalAlgorithm getAlgorithm()
public void setAlgorithm(IFractalAlgorithm algorithm)
algorithm - The algorithm to set.public String toString()
public String getDisplayId()
public void setDisplayId(String displayid)
displayid - The displayid to set.public Object getId()
Copyright © 2013. All Rights Reserved.