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 AdjustPointConnectionSite. getPos()AdjustPointPolarAdjustHandle. getPos()Gets the value of the pos property.AdjustPointXYAdjustHandle. getPos()Gets the value of the pos property.AdjustPointLineToCommand. getPt()AdjustPointMoveToCommand. getPt()AdjustPointCurveToCommand. getPt1()AdjustPointQuadToCommand. getPt1()AdjustPointCurveToCommand. getPt2()AdjustPointQuadToCommand. getPt2()AdjustPointCurveToCommand. getPt3()Methods in org.apache.poi.sl.draw.geom with parameters of type AdjustPoint Modifier and Type Method Description voidPolarAdjustHandle. setPos(AdjustPoint value)Sets the value of the pos property.voidXYAdjustHandle. setPos(AdjustPoint value)Sets the value of the pos property.
-