public class MultiStageEnvelope.Stage extends Object implements LXSerializable
LXSerializable.Utils
Modifier and Type | Method and Description |
---|---|
double |
getBasis() |
double |
getShape() |
double |
getValue() |
void |
load(LX lx,
JsonObject object)
Restores this instance from a JSON object
|
void |
save(LX lx,
JsonObject object)
Serializes this instance into the JSON object
|
void |
setPosition(double basis,
double value) |
void |
setShape(double shape) |
String |
toString() |
public void setPosition(double basis, double value)
public void setShape(double shape)
public double getBasis()
public double getValue()
public double getShape()
public void save(LX lx, JsonObject object)
LXSerializable
save
in interface LXSerializable
lx
- LX instanceobject
- Object to serialize intopublic void load(LX lx, JsonObject object)
LXSerializable
load
in interface LXSerializable
lx
- LX instanceobject
- Object to deserializeLX library by Mark C. Slee. © 2012-2020