|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IGraphicObject
igeo.gui.IPointGraphic
public class IPointGraphic
Graphic subobject class to draw point object
Field Summary | |
---|---|
static double |
defaultSize
|
IVecI |
pt
|
double |
size
|
Fields inherited from class igeo.IGraphicObject |
---|
color, defaultAlpha, defaultBlue, defaultGreen, defaultRed, parent, transparentModeAlpha, update, visible |
Constructor Summary | |
---|---|
IPointGraphic(IPoint p)
|
|
IPointGraphic(IPointR p)
|
Method Summary | |
---|---|
void |
draw(IGraphics g)
|
void |
initPoint()
|
void |
initPoint(IVecI p)
|
boolean |
isDrawable(IGraphicMode m)
|
double |
size()
|
void |
size(double sz)
|
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 |
Field Detail |
---|
public static double defaultSize
public IVecI pt
public double size
Constructor Detail |
---|
public IPointGraphic(IPoint p)
public IPointGraphic(IPointR p)
Method Detail |
---|
public void initPoint(IVecI p)
public void initPoint()
public void size(double sz)
public double size()
public void draw(IGraphics g)
draw
in interface IGraphicI
draw
in class IGraphicObject
public boolean isDrawable(IGraphicMode m)
isDrawable
in interface IGraphicI
isDrawable
in class IGraphicObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |