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, visible
public 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 IGraphicObject
public void setColor(IColor c)
setColor
in class IGraphicObject
public void setWeight(float w)
setWeight
in class IGraphicObject
public float getWeight()
getWeight
in class IGraphicObject
public void update()
IGraphicObject
update
in class IGraphicObject
public boolean isDrawable(IGraphicMode m)
isDrawable
in interface IGraphicI
isDrawable
in class IGraphicObject
public void draw(IGraphics g)
draw
in interface IGraphicI
draw
in class IGraphicObject