Class Instruction.RelativeFloat
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
-
- Enclosing interface:
- Instruction
public static class Instruction.RelativeFloat extends Object
A float value that will be added to the current float value. Specified as +5 or -3 in MapCSS
-
-
Field Summary
Fields Modifier and Type Field Description float
val
-
Constructor Summary
Constructors Constructor Description RelativeFloat(float val)
-