public class StraightEdgeRecord extends EdgeRecord
| Modifier and Type | Field and Description |
|---|---|
int |
deltaX |
int |
deltaY |
MAX_DELTA_IN_TWIPS| Constructor and Description |
|---|
StraightEdgeRecord() |
StraightEdgeRecord(int deltaX,
int deltaY) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToDelta(int xTwips,
int yTwips) |
boolean |
equals(Object object) |
StraightEdgeRecord |
setX(int x) |
StraightEdgeRecord |
setY(int y) |
String |
toString() |
getReferenceList, visitDependentspublic StraightEdgeRecord()
public StraightEdgeRecord(int deltaX,
int deltaY)
public StraightEdgeRecord setX(int x)
public StraightEdgeRecord setY(int y)
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.