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)
BaseLocation.get(DynamicObject, Shape)
double getDouble(DynamicObject store, boolean condition)
BaseLocation.get(DynamicObject, boolean)
void setDouble(DynamicObject store, double value) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object)
void setDouble(DynamicObject store, double value, Shape shape) throws FinalLocationException
FinalLocationException
BaseLocation.set(DynamicObject, Object, Shape)
void setDouble(DynamicObject store, double value, Shape oldShape, Shape newShape)
java.lang.Class<java.lang.Double> getType()
TypedLocation
getType
in interface TypedLocation