public interface DoubleLocation extends TypedLocation
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(DynamicObject store,
boolean condition) |
double |
getDouble(DynamicObject store,
Shape shape) |
java.lang.Class<java.lang.Double> |
getType()
The type of this location.
|
void |
setDouble(DynamicObject store,
double value) |
void |
setDouble(DynamicObject store,
double value,
Shape shape) |
void |
setDouble(DynamicObject store,
double value,
Shape oldShape,
Shape newShape) |
double getDouble(DynamicObject store, Shape shape)
double getDouble(DynamicObject store, boolean condition)
void setDouble(DynamicObject store, double value) throws FinalLocationException
FinalLocationExceptionBaseLocation.set(DynamicObject, Object)void setDouble(DynamicObject store, double value, Shape shape) throws FinalLocationException
FinalLocationExceptionBaseLocation.set(DynamicObject, Object, Shape)void setDouble(DynamicObject store, double value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Double> getType()
TypedLocationgetType in interface TypedLocation