Class EditedValueLayerStyleData
java.lang.Object
repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
- Direct Known Subclasses:
DefaultEditedValueLayerStyleData2D,DefaultEditedValueLayerStyleData3D
- Author:
- Eric Tatara
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected float[]protected float[]protected float[]protected float[]protected boolean[]protected floatprotected floatprotected floatprotected floatprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloat[]getColor()float[]float[]float[]boolean[]floatgetY()floatgetYMax()floatgetYMin()floatbooleanisYValue()voidsetCellSize(float cellSize) voidsetColor(float[] color) voidsetColorMax(float[] colorMax) voidsetColorMin(float[] colorMin) voidsetColorScale(float[] colorScale) voidsetColorValue(boolean[] colorValue) voidsetY(float y) voidsetYMax(float max) voidsetYMin(float min) voidsetYScale(float scale) voidsetYValue(boolean value)
-
Field Details
-
color
protected float[] color -
colorMax
protected float[] colorMax -
colorMin
protected float[] colorMin -
colorScale
protected float[] colorScale -
colorValue
protected boolean[] colorValue -
y
protected float y -
yMin
protected float yMin -
yMax
protected float yMax -
yScale
protected float yScale -
yValue
protected boolean yValue -
cellSize
protected float cellSize
-
-
Constructor Details
-
EditedValueLayerStyleData
public EditedValueLayerStyleData()
-
-
Method Details
-
getColorMax
public float[] getColorMax() -
setColorMax
public void setColorMax(float[] colorMax) -
getColorMin
public float[] getColorMin() -
setColorMin
public void setColorMin(float[] colorMin) -
getColorScale
public float[] getColorScale() -
setColorScale
public void setColorScale(float[] colorScale) -
getColor
public float[] getColor() -
setColor
public void setColor(float[] color) -
getCellSize
public float getCellSize() -
setCellSize
public void setCellSize(float cellSize) -
getColorValue
public boolean[] getColorValue() -
setColorValue
public void setColorValue(boolean[] colorValue) -
getY
public float getY() -
setY
public void setY(float y) -
getYMin
public float getYMin() -
setYMin
public void setYMin(float min) -
getYMax
public float getYMax() -
setYMax
public void setYMax(float max) -
getYScale
public float getYScale() -
setYScale
public void setYScale(float scale) -
isYValue
public boolean isYValue() -
setYValue
public void setYValue(boolean value)
-