Class Instruction.RelativeFloat
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
-
- Enclosing interface:
- Instruction
public static class Instruction.RelativeFloat extends java.lang.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 floatval
-
Constructor Summary
Constructors Constructor Description RelativeFloat(float val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
val
public final float val
-
-
Constructor Detail
-
RelativeFloat
public RelativeFloat(float val)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-