igeo.gui
Class IPointGraphic
java.lang.Object
igeo.IGraphicObject
igeo.gui.IPointGraphic
- All Implemented Interfaces:
- IGraphicI, ISubobject
public class IPointGraphic
- extends IGraphicObject
Graphic subobject class to draw point object
- Author:
- Satoru Sugihara
| Methods inherited from class igeo.IGraphicObject |
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, setHSBColor, setHSBColor, show, update, visible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pt
public IVecI pt
weight
public float weight
IPointGraphic
public IPointGraphic(IPoint p)
IPointGraphic
public IPointGraphic(IPointR p)
initPoint
public void initPoint(IVecI p)
initPoint
public void initPoint()
size
public void size(float sz)
size
public double size()
weight
public void weight(float w)
weight
public float weight()
setWeight
public void setWeight(float w)
- Overrides:
setWeight in class IGraphicObject
getWeight
public float getWeight()
- Overrides:
getWeight in class IGraphicObject
draw
public void draw(IGraphics g)
- Specified by:
draw in interface IGraphicI- Specified by:
draw in class IGraphicObject
isDrawable
public boolean isDrawable(IGraphicMode m)
- Specified by:
isDrawable in interface IGraphicI- Specified by:
isDrawable in class IGraphicObject