public class CurvedEdgeRecord extends EdgeRecord
| Modifier and Type | Field and Description |
|---|---|
int |
anchorDeltaX |
int |
anchorDeltaY |
int |
controlDeltaX |
int |
controlDeltaY |
MAX_DELTA_IN_TWIPS| Constructor and Description |
|---|
CurvedEdgeRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToDelta(int xTwips,
int yTwips) |
boolean |
equals(Object object) |
String |
toString() |
getReferenceList, visitDependentspublic int controlDeltaX
public int controlDeltaY
public int anchorDeltaX
public int anchorDeltaY
public void addToDelta(int xTwips,
int yTwips)
addToDelta in class ShapeRecordpublic boolean equals(Object object)
equals in class EdgeRecordCopyright © 2018 The Apache Software Foundation. All rights reserved.