public class StyleChangeRecord extends ShapeRecord
| Modifier and Type | Field and Description |
|---|---|
int |
fillstyle0 |
int |
fillstyle1
This is an index into the fillstyles array starting with 1.
|
ArrayList<FillStyle> |
fillstyles |
int |
linestyle |
ArrayList<LineStyle> |
linestyles |
int |
moveDeltaX |
int |
moveDeltaY |
boolean |
stateFillStyle0 |
boolean |
stateFillStyle1 |
boolean |
stateLineStyle |
boolean |
stateMoveTo |
boolean |
stateNewStyles |
| Constructor and Description |
|---|
StyleChangeRecord() |
StyleChangeRecord(int moveDeltaX,
int moveDeltaY) |
StyleChangeRecord(int linestyle,
int fillstyle0,
int fillstyle1) |
StyleChangeRecord(int moveDeltaX,
int moveDeltaY,
int linestyle,
int fillstyle0,
int fillstyle1) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToDelta(int x,
int y) |
boolean |
equals(Object object) |
void |
getReferenceList(List<Tag> list) |
int |
nMoveBits() |
void |
setFillStyle0(int index) |
void |
setFillStyle1(int index) |
void |
setLinestyle(int index) |
void |
setMove(int x,
int y) |
String |
toString() |
visitDependentspublic boolean stateNewStyles
public boolean stateLineStyle
public boolean stateFillStyle1
public boolean stateFillStyle0
public boolean stateMoveTo
public int moveDeltaX
public int moveDeltaY
public int fillstyle0
public int fillstyle1
public int linestyle
public StyleChangeRecord()
public StyleChangeRecord(int moveDeltaX,
int moveDeltaY)
public StyleChangeRecord(int linestyle,
int fillstyle0,
int fillstyle1)
public StyleChangeRecord(int moveDeltaX,
int moveDeltaY,
int linestyle,
int fillstyle0,
int fillstyle1)
public boolean equals(Object object)
equals in class ShapeRecordpublic void setMove(int x,
int y)
public void getReferenceList(List<Tag> list)
getReferenceList in class ShapeRecordpublic int nMoveBits()
public void setFillStyle1(int index)
public void setFillStyle0(int index)
public void setLinestyle(int index)
public void addToDelta(int x,
int y)
addToDelta in class ShapeRecordCopyright © 2018 The Apache Software Foundation. All rights reserved.