public final class RasterData extends Object
Modifier and Type | Method and Description |
---|---|
int |
getAmplitude()
Get the maximum amplitude.
|
int |
getForce()
Get the color force.
|
int |
getOffset()
Get the starting color offset.
|
int |
getStart()
Get the starting color.
|
int |
getStep()
Get the color step.
|
int |
getType()
Get the raster type.
|
static RasterData |
load(XmlNode root,
String color)
Load raster data from node.
|
public static RasterData load(XmlNode root, String color)
root
- The raster node.color
- The raster color name.public int getStart()
public int getStep()
public int getForce()
public int getAmplitude()
public int getOffset()
public int getType()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.