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, getColor
public double width
private int npts
private double[] xpts
private double[] ypts
int ilabel
Labellee labellee
public void markNeeded(DataExtractor dex)
markNeeded
in class Displayable
public void getData(DataExtractor dex, int iframe)
getData
in class Displayable
public Labellee getLabellee()
public void pushBox(Box b)
pushBox
in class Displayable
public void instruct(Painter p, int wf)
instruct
in class Displayable
Copyright © 2013. All Rights Reserved.