org.openstreetmap.josm.gui.mappaint.mapcss
Class Instruction.RelativeFloat

java.lang.Object
  extended by org.openstreetmap.josm.gui.mappaint.mapcss.Instruction.RelativeFloat
Enclosing class:
Instruction

public static class Instruction.RelativeFloat
extends java.lang.Object


Field Summary
 float val
           
 
Constructor Summary
Instruction.RelativeFloat(float val)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

val

public final float val
Constructor Detail

Instruction.RelativeFloat

public Instruction.RelativeFloat(float val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


JOSM