|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CTAdjPoint2D | |
---|---|
org.apache.poi.sl.draw.binding |
Uses of CTAdjPoint2D in org.apache.poi.sl.draw.binding |
---|
Fields in org.apache.poi.sl.draw.binding declared as CTAdjPoint2D | |
---|---|
protected CTAdjPoint2D |
CTPolarAdjustHandle.pos
|
protected CTAdjPoint2D |
CTConnectionSite.pos
|
protected CTAdjPoint2D |
CTXYAdjustHandle.pos
|
protected CTAdjPoint2D |
CTPath2DMoveTo.pt
|
protected CTAdjPoint2D |
CTPath2DLineTo.pt
|
Fields in org.apache.poi.sl.draw.binding with type parameters of type CTAdjPoint2D | |
---|---|
protected java.util.List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.pt
|
protected java.util.List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.pt
|
Methods in org.apache.poi.sl.draw.binding that return CTAdjPoint2D | |
---|---|
CTAdjPoint2D |
ObjectFactory.createCTAdjPoint2D()
Create an instance of CTAdjPoint2D |
CTAdjPoint2D |
CTPolarAdjustHandle.getPos()
Gets the value of the pos property. |
CTAdjPoint2D |
CTConnectionSite.getPos()
Gets the value of the pos property. |
CTAdjPoint2D |
CTXYAdjustHandle.getPos()
Gets the value of the pos property. |
CTAdjPoint2D |
CTPath2DMoveTo.getPt()
Gets the value of the pt property. |
CTAdjPoint2D |
CTPath2DLineTo.getPt()
Gets the value of the pt property. |
Methods in org.apache.poi.sl.draw.binding that return types with arguments of type CTAdjPoint2D | |
---|---|
java.util.List<CTAdjPoint2D> |
CTPath2DQuadBezierTo.getPt()
Gets the value of the pt property. |
java.util.List<CTAdjPoint2D> |
CTPath2DCubicBezierTo.getPt()
Gets the value of the pt property. |
Methods in org.apache.poi.sl.draw.binding with parameters of type CTAdjPoint2D | |
---|---|
void |
CTPolarAdjustHandle.setPos(CTAdjPoint2D value)
Sets the value of the pos property. |
void |
CTConnectionSite.setPos(CTAdjPoint2D value)
Sets the value of the pos property. |
void |
CTXYAdjustHandle.setPos(CTAdjPoint2D value)
Sets the value of the pos property. |
void |
CTPath2DMoveTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property. |
void |
CTPath2DLineTo.setPt(CTAdjPoint2D value)
Sets the value of the pt property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |