public class IldaFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR_DATA_SIZE |
static int |
COLOR_HEADER_SIZE |
static int |
COORDINATE_DATA_SIZE |
static int |
COORDINATE_HEADER_SIZE |
static double |
MAX_HEIGHT |
static double |
MAX_WIDTH |
| Constructor and Description |
|---|
IldaFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCoordinateHeader(CoordinateHeader coordinateHeader) |
List<ColorData> |
getColorData() |
ColorHeader |
getColorHeader() |
List<CoordinateHeader> |
getCoordinateHeaders() |
double |
getMaxDepth() |
double |
getMaxHeight() |
double |
getMaxWidth() |
double |
getMinDepth() |
double |
getMinHeight() |
double |
getMinWidth() |
boolean |
isDirty() |
void |
setColorData(List<ColorData> colorDatas) |
void |
setColorHeader(ColorHeader colorHeader) |
void |
setDirty(boolean dirty) |
void |
setMaxDepth(int maxDepth) |
void |
setMaxHeight(int maxHeight) |
void |
setMaxWidth(int maxWidth) |
void |
setMinDepth(int minDepth) |
void |
setMinHeight(int minHeight) |
void |
setMinWidth(int minWidth) |
String |
toString() |
public static final int COORDINATE_HEADER_SIZE
public static final int COORDINATE_DATA_SIZE
public static final int COLOR_HEADER_SIZE
public static final int COLOR_DATA_SIZE
public static final double MAX_WIDTH
public static final double MAX_HEIGHT
public void setColorHeader(ColorHeader colorHeader)
public List<CoordinateHeader> getCoordinateHeaders()
public ColorHeader getColorHeader()
public void addCoordinateHeader(CoordinateHeader coordinateHeader)
public boolean isDirty()
public void setDirty(boolean dirty)
public double getMaxWidth()
public void setMaxWidth(int maxWidth)
public double getMinWidth()
public void setMinWidth(int minWidth)
public double getMaxHeight()
public void setMaxHeight(int maxHeight)
public double getMinHeight()
public void setMinHeight(int minHeight)
public double getMinDepth()
public void setMinDepth(int minDepth)
public double getMaxDepth()
public void setMaxDepth(int maxDepth)
Copyright © 2014. All Rights Reserved.