public class ISurfaceGraphicGL extends IGraphicObject
| Modifier and Type | Field and Description |
|---|---|
ISurfaceGraphicFillGL |
fill |
ISurfaceGraphicWireframeGL |
wireframe |
color, colorRange1f, colorRange1i, colorRange2f, colorRange2i, colorRange3f, colorRange3i, colorRange4f, colorRange4i, parent, update, visible| Constructor and Description |
|---|
ISurfaceGraphicGL(IObject obj,
ISurfaceGeo srf) |
ISurfaceGraphicGL(ISurface srf) |
ISurfaceGraphicGL(ISurfaceR srf) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(IGraphics g) |
float |
getWeight() |
boolean |
isDrawable(IGraphicMode m) |
void |
setAttribute(IAttribute attr) |
void |
setColor(IColor c) |
void |
setWeight(float w) |
void |
update()
updating graphic when geometry change.
|
getAWTColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getColor, getHSBColor, getHSBColor, hide, isVisible, parent, parent, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setColor, setHSBColor, setHSBColor, setVisible, show, visiblepublic ISurfaceGraphicFillGL fill
public ISurfaceGraphicWireframeGL wireframe
public ISurfaceGraphicGL(ISurface srf)
public ISurfaceGraphicGL(ISurfaceR srf)
public ISurfaceGraphicGL(IObject obj, ISurfaceGeo srf)
public void setAttribute(IAttribute attr)
setAttribute in class IGraphicObjectpublic void setColor(IColor c)
setColor in class IGraphicObjectpublic void setWeight(float w)
setWeight in class IGraphicObjectpublic float getWeight()
getWeight in class IGraphicObjectpublic void update()
IGraphicObjectupdate 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