public class ICurveGraphicGL extends IGraphicObject
| Modifier and Type | Field and Description |
|---|---|
ICurveI |
curve |
IVec[] |
pts |
float |
weight |
color, colorRange1f, colorRange1i, colorRange2f, colorRange2i, colorRange3f, colorRange3i, colorRange4f, colorRange4i, parent, update, visible| Constructor and Description |
|---|
ICurveGraphicGL(ICurve crv) |
ICurveGraphicGL(ICurveR crv) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IGraphics g) |
float |
getWeight() |
void |
initCurve() |
boolean |
isDrawable(IGraphicMode m) |
void |
setWeight(float w) |
getAWTColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getHSBColor, getHSBColor, hide, isVisible, parent, parent, setAttribute, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setHSBColor, setHSBColor, setVisible, show, update, visiblepublic ICurveGraphicGL(ICurve crv)
public ICurveGraphicGL(ICurveR crv)
public void initCurve()
public void setWeight(float w)
setWeight in class IGraphicObjectpublic float getWeight()
getWeight in class IGraphicObjectpublic boolean isDrawable(IGraphicMode m)
isDrawable in interface IGraphicIisDrawable in class IGraphicObjectpublic void draw(IGraphics g)
draw in interface IGraphicIdraw in class IGraphicObject