de.ukn.hci.squidy.designer.shape
Class LayoutConstraint
java.lang.Object
de.ukn.hci.squidy.designer.shape.LayoutConstraint
- All Implemented Interfaces:
- Serializable
public class LayoutConstraint
- extends Object
- implements Serializable
LayoutConstraint.
Date: Feb 21, 2009
Time: 10:35:42 PM
- Since:
- 1.0.0
- Version:
- $Id: LayoutConstraint.java 30 2009-09-18 22:23:35Z nitsche $
- Author:
- Roman Rädle
Roman.Raedle@uni-konstanz.de
Human-Computer Interaction Group
University of Konstanz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutConstraint
public LayoutConstraint()
getId
public String getId()
setId
public void setId(String id)
getX
public final double getX()
- Returns:
- the x
setX
public final void setX(double x)
- Parameters:
x - the x to set
getY
public final double getY()
- Returns:
- the y
setY
public final void setY(double y)
- Parameters:
y - the y to set
getScale
public final double getScale()
- Returns:
- the scale
setScale
public final void setScale(double scale)
- Parameters:
scale - the scale to set
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.