org.topbraidcomposer.gef.layout
Class Scaling

java.lang.Object
  extended by org.topbraidcomposer.gef.layout.Scaling

public class Scaling
extends java.lang.Object


Field Summary
static java.lang.String SCALING_X
           
static java.lang.String SCALING_Y
           
 
Constructor Summary
Scaling()
           
 
Method Summary
static float getScalingX(org.eclipse.core.runtime.Preferences p)
           
static float getScalingY(org.eclipse.core.runtime.Preferences p)
           
static void setScalingX(org.eclipse.core.runtime.Preferences p, float value)
           
static void setScalingY(org.eclipse.core.runtime.Preferences p, float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCALING_X

public static final java.lang.String SCALING_X
See Also:
Constant Field Values

SCALING_Y

public static final java.lang.String SCALING_Y
See Also:
Constant Field Values
Constructor Detail

Scaling

public Scaling()
Method Detail

getScalingX

public static final float getScalingX(org.eclipse.core.runtime.Preferences p)

getScalingY

public static final float getScalingY(org.eclipse.core.runtime.Preferences p)

setScalingX

public static final void setScalingX(org.eclipse.core.runtime.Preferences p,
                                     float value)

setScalingY

public static final void setScalingY(org.eclipse.core.runtime.Preferences p,
                                     float value)