Package | Description |
---|---|
org.apache.poi.sl.draw.geom |
Modifier and Type | Method and Description |
---|---|
AdjustPoint |
ConnectionSite.getPos()
Gets the value of the pos property.
|
AdjustPoint |
XYAdjustHandle.getPos()
Gets the value of the pos property.
|
AdjustPoint |
PolarAdjustHandle.getPos()
Gets the value of the pos property.
|
AdjustPoint |
LineToCommand.getPt() |
AdjustPoint |
MoveToCommand.getPt() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionSite.setPos(AdjustPoint pos)
Sets the value of the pos property.
|
void |
XYAdjustHandle.setPos(AdjustPoint value)
Sets the value of the pos property.
|
void |
PolarAdjustHandle.setPos(AdjustPoint value)
Sets the value of the pos property.
|
void |
LineToCommand.setPt(AdjustPoint pt) |
void |
MoveToCommand.setPt(AdjustPoint pt) |
void |
CurveToCommand.setPt1(AdjustPoint pt1) |
void |
QuadToCommand.setPt1(AdjustPoint pt1) |
void |
CurveToCommand.setPt2(AdjustPoint pt2) |
void |
QuadToCommand.setPt2(AdjustPoint pt2) |
void |
CurveToCommand.setPt3(AdjustPoint pt3) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.