Package org.pptx4j
Class Point
java.lang.Object
org.pptx4j.Point
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int(package private) long(package private) long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
extentToPixelConversionFactor
public static final int extentToPixelConversionFactor- See Also:
-
x
long x -
y
long y
-
-
Constructor Details
-
Point
Point(long x, long y)
-
-
Method Details
-
getX
public long getX() -
getXAsString
-
setX
public void setX(long x) -
getY
public long getY() -
getYAsString
-
setY
public void setY(long y) -
add
-
subtract
-
toPixels
Point toPixels() -
debug
-