Class ImageImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.ShapeImpl
com.priint.pubserver.metadata.xml.note.ImageImpl
- All Implemented Interfaces:
Image,Shape,Serializable
The type Image.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAngle()Gets the angle.doubleGets the angle ref X.doubleGets the angle ref Y.Gets the content.getPath()Gets the path.doubleGets the scale X.doubleGets the scale Y.doublegetSkew()Gets the skew.doubleGets the skew ref X.doubleGets the skew ref Y.doublegetX()Gets the x.doublegetY()Gets the y.voidsetAngle(double angle) Sets the angle.voidsetAngleRefX(double angleRefX) Sets the angle ref X.voidsetAngleRefY(double angleRefY) Sets the angle ref Y.voidsetContent(String content) Sets the content.voidSets the path.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.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Constructor Details
-
ImageImpl
public ImageImpl()
-
-
Method Details
-
getPath
Description copied from interface:ImageGets the path. -
setPath
Description copied from interface:ImageSets the path. -
getContent
Description copied from interface:ImageGets the content.- Specified by:
getContentin interfaceImage- Returns:
- the content
-
setContent
Description copied from interface:ImageSets the content.- Specified by:
setContentin interfaceImage- Parameters:
content- the new content
-
getX
public double getX()Description copied from interface:ImageGets the x. -
setX
public void setX(double x) Description copied from interface:ImageSets the x. -
getY
public double getY()Description copied from interface:ImageGets the y. -
setY
public void setY(double y) Description copied from interface:ImageSets the y. -
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 interfaceImage- Specified by:
getAngleRefXin interfaceShape- Overrides:
getAngleRefXin classShapeImpl- Returns:
- the angleRefX
-
setAngleRefX
public void setAngleRefX(double angleRefX) Description copied from interface:ShapeSets the angle ref X.- Specified by:
setAngleRefXin interfaceImage- Specified by:
setAngleRefXin interfaceShape- Overrides:
setAngleRefXin classShapeImpl- Parameters:
angleRefX- the angleRefX to set
-
getAngleRefY
public double getAngleRefY()Description copied from interface:ShapeGets the angle ref Y.- Specified by:
getAngleRefYin interfaceImage- Specified by:
getAngleRefYin interfaceShape- Overrides:
getAngleRefYin classShapeImpl- Returns:
- the angleRefY
-
setAngleRefY
public void setAngleRefY(double angleRefY) Description copied from interface:ShapeSets the angle ref Y.- Specified by:
setAngleRefYin interfaceImage- Specified by:
setAngleRefYin interfaceShape- Overrides:
setAngleRefYin classShapeImpl- Parameters:
angleRefY- the angleRefY to set
-
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 interfaceImage- Specified by:
getSkewRefXin interfaceShape- Overrides:
getSkewRefXin classShapeImpl- Returns:
- the skewRefX
-
setSkewRefX
public void setSkewRefX(double skewRefX) Description copied from interface:ShapeSets the skew ref X.- Specified by:
setSkewRefXin interfaceImage- Specified by:
setSkewRefXin interfaceShape- Overrides:
setSkewRefXin classShapeImpl- Parameters:
skewRefX- the skewRefX to set
-
getSkewRefY
public double getSkewRefY()Description copied from interface:ShapeGets the skew ref Y.- Specified by:
getSkewRefYin interfaceImage- Specified by:
getSkewRefYin interfaceShape- Overrides:
getSkewRefYin classShapeImpl- Returns:
- the skewRefY
-
setSkewRefY
public void setSkewRefY(double skewRefY) Description copied from interface:ShapeSets the skew ref Y.- Specified by:
setSkewRefYin interfaceImage- Specified by:
setSkewRefYin interfaceShape- Overrides:
setSkewRefYin classShapeImpl- Parameters:
skewRefY- the skewRefY to set
-