public class Line extends Displayable
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
ilabel |
(package private) Labellee |
labellee |
private int |
npts |
double |
width |
private double[] |
xpts |
private double[] |
ypts |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
void |
getData(DataExtractor dex,
int iframe) |
Labellee |
getLabellee() |
void |
instruct(Painter p,
int wf) |
void |
markNeeded(DataExtractor dex) |
void |
pushBox(Box b) |
extractColor, getColorpublic double width
private int npts
private double[] xpts
private double[] ypts
int ilabel
Labellee labellee
public void markNeeded(DataExtractor dex)
markNeeded in class Displayablepublic void getData(DataExtractor dex, int iframe)
getData in class Displayablepublic Labellee getLabellee()
public void pushBox(Box b)
pushBox in class Displayablepublic void instruct(Painter p, int wf)
instruct in class DisplayableCopyright © 2013. All Rights Reserved.