Uses of Class
org.apache.poi.sl.draw.geom.AdjustPoint
-
Packages that use AdjustPoint Package Description org.apache.poi.sl.draw.geom -
-
Uses of AdjustPoint in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom that return AdjustPoint Modifier and Type Method Description AdjustPoint
ConnectionSite. getPos()
AdjustPoint
PolarAdjustHandle. getPos()
Gets the value of the pos property.AdjustPoint
XYAdjustHandle. getPos()
Gets the value of the pos property.AdjustPoint
LineToCommand. getPt()
AdjustPoint
MoveToCommand. getPt()
AdjustPoint
CurveToCommand. getPt1()
AdjustPoint
QuadToCommand. getPt1()
AdjustPoint
CurveToCommand. getPt2()
AdjustPoint
QuadToCommand. getPt2()
AdjustPoint
CurveToCommand. getPt3()
Methods in org.apache.poi.sl.draw.geom with parameters of type AdjustPoint Modifier and Type Method Description void
PolarAdjustHandle. setPos(AdjustPoint value)
Sets the value of the pos property.void
XYAdjustHandle. setPos(AdjustPoint value)
Sets the value of the pos property.
-