|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ohrasys.cad.gds.dao.Transform
public class Transform
A transform data access object
| Constructor Summary | |
|---|---|
Transform()
Creates a new instance of Transform |
|
Transform(double angle,
double magnification,
boolean isMirrored,
boolean isRelativeAngle,
boolean isRelativeMagnification)
Creates a new Transform object. |
|
| Method Summary | |
|---|---|
double |
getAngle()
Getter for property angle. |
java.lang.String |
getInfo()
Returns a textual representation of the transform |
double |
getMagnification()
Getter for property magnification. |
boolean |
isMirrored()
Getter for property mirrored. |
boolean |
isRelativeAngle()
Getter for property relativeAngle. |
boolean |
isRelativeMagnification()
Getter for property relativeMagnification. |
void |
setAngle(double angle)
Setter for property angle. |
void |
setMagnification(double magnification)
Setter for property magnification. |
void |
setMirrored(boolean mirrored)
Setter for property mirrored. |
void |
setRelativeAngle(boolean relativeAngle)
Setter for property relativeAngle. |
void |
setRelativeMagnification(boolean relativeMagnification)
Setter for property relativeMagnification. |
java.lang.String |
toString()
Returns a string representation of the transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transform()
public Transform(double angle,
double magnification,
boolean isMirrored,
boolean isRelativeAngle,
boolean isRelativeMagnification)
angle - The rotation anglemagnification - The magnificationisMirrored - Indicates the object is mirroredisRelativeAngle - Indicates the rotation angle is relativeisRelativeMagnification - Indicates the magnification is relative| Method Detail |
|---|
public double getAngle()
public java.lang.String getInfo()
getInfo in interface InfoProviderpublic double getMagnification()
public boolean isMirrored()
public boolean isRelativeAngle()
public boolean isRelativeMagnification()
public void setAngle(double angle)
angle - New value of property angle.public void setMagnification(double magnification)
magnification - New value of property magnification.public void setMirrored(boolean mirrored)
mirrored - New value of property mirrored.public void setRelativeAngle(boolean relativeAngle)
relativeAngle - New value of property relativeAngle.public void setRelativeMagnification(boolean relativeMagnification)
relativeMagnification - New value of property relativeMagnification.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||