|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.gui.IGraphicsJ2D
public class IGraphicsJ2D
Class of Graphics to draw 3D geometry (OpenGL or P3D)
Field Summary | |
---|---|
IView |
view
|
Constructor Summary | |
---|---|
IGraphicsJ2D()
|
Method Summary | |
---|---|
void |
clr(java.awt.Color c)
fill color |
void |
clr(float r,
float g,
float b)
fill color (float 0-255) |
void |
clr(float r,
float g,
float b,
float a)
fill color (float 0-255) |
void |
draw(java.util.ArrayList<IGraphicI> objects,
IView v)
|
void |
stroke(java.awt.Color c)
stroke (line) color |
void |
stroke(float r,
float g,
float b)
stroke color (float 0-255) |
void |
stroke(float r,
float g,
float b,
float a)
stroke color (float 0-255) |
IGraphicMode.GraphicType |
type()
|
IView |
view()
|
void |
weight(float w)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IView view
Constructor Detail |
---|
public IGraphicsJ2D()
Method Detail |
---|
public IGraphicMode.GraphicType type()
type
in interface IGraphics
public IView view()
view
in interface IGraphics
public void draw(java.util.ArrayList<IGraphicI> objects, IView v)
draw
in interface IGraphics
public void clr(java.awt.Color c)
IGraphics
clr
in interface IGraphics
public void clr(float r, float g, float b, float a)
IGraphics
clr
in interface IGraphics
public void clr(float r, float g, float b)
IGraphics
clr
in interface IGraphics
public void stroke(java.awt.Color c)
IGraphics
stroke
in interface IGraphics
public void stroke(float r, float g, float b, float a)
IGraphics
stroke
in interface IGraphics
public void stroke(float r, float g, float b)
IGraphics
stroke
in interface IGraphics
public void weight(float w)
weight
in interface IGraphics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |