Class ShapeImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.ShapeImpl
- All Implemented Interfaces:
Shape,Serializable
The type Shape.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAngle()Gets the angle.doubleGets the angle ref X.doubleGets the angle ref Y.doubleGets the scale X.doubleGets the scale Y.doublegetSkew()Gets the skew.doubleGets the skew ref X.doubleGets the skew ref Y.voidsetAngle(double angle) Sets the angle.voidsetAngleRefX(double angleRefX) Sets the angle ref X.voidsetAngleRefY(double angleRefY) Sets the angle ref Y.voidsetScaleX(double scaleX) Sets the scale X.voidsetScaleY(double scaleY) Sets the scale Y.voidsetSkew(double skew) Sets the skew.voidsetSkewRefX(double skewRefX) Sets the skew ref X.voidsetSkewRefY(double skewRefY) Sets the skew ref Y.
-
Constructor Details
-
ShapeImpl
public ShapeImpl()
-
-
Method Details
-
getScaleX
public double getScaleX()Description copied from interface:ShapeGets the scale X. -
setScaleX
public void setScaleX(double scaleX) Description copied from interface:ShapeSets the scale X. -
getScaleY
public double getScaleY()Description copied from interface:ShapeGets the scale Y. -
setScaleY
public void setScaleY(double scaleY) Description copied from interface:ShapeSets the scale Y. -
getAngle
public double getAngle()Description copied from interface:ShapeGets the angle. -
setAngle
public void setAngle(double angle) Description copied from interface:ShapeSets the angle. -
getAngleRefX
public double getAngleRefX()Description copied from interface:ShapeGets the angle ref X.- Specified by:
getAngleRefXin interfaceShape- Returns:
- the angle ref X
-
setAngleRefX
public void setAngleRefX(double angleRefX) Description copied from interface:ShapeSets the angle ref X.- Specified by:
setAngleRefXin interfaceShape- Parameters:
angleRefX- the new angle ref X
-
getAngleRefY
public double getAngleRefY()Description copied from interface:ShapeGets the angle ref Y.- Specified by:
getAngleRefYin interfaceShape- Returns:
- the angle ref Y
-
setAngleRefY
public void setAngleRefY(double angleRefY) Description copied from interface:ShapeSets the angle ref Y.- Specified by:
setAngleRefYin interfaceShape- Parameters:
angleRefY- the new angle ref Y
-
getSkew
public double getSkew()Description copied from interface:ShapeGets the skew. -
setSkew
public void setSkew(double skew) Description copied from interface:ShapeSets the skew. -
getSkewRefX
public double getSkewRefX()Description copied from interface:ShapeGets the skew ref X.- Specified by:
getSkewRefXin interfaceShape- Returns:
- the skew ref X
-
setSkewRefX
public void setSkewRefX(double skewRefX) Description copied from interface:ShapeSets the skew ref X.- Specified by:
setSkewRefXin interfaceShape- Parameters:
skewRefX- the new skew ref X
-
getSkewRefY
public double getSkewRefY()Description copied from interface:ShapeGets the skew ref Y.- Specified by:
getSkewRefYin interfaceShape- Returns:
- the skew ref Y
-
setSkewRefY
public void setSkewRefY(double skewRefY) Description copied from interface:ShapeSets the skew ref Y.- Specified by:
setSkewRefYin interfaceShape- Parameters:
skewRefY- the new skew ref Y
-