|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.util.IlGraphicPrim
ilog.tgo.grprim.IltGraphicPrim
public class IltGraphicPrim
This class contains some primitive utility functions for drawing.
All of them are static functions, the first argument being a
Graphics context.
IltContains| Method Summary | |
|---|---|
static void |
DrawPolygon(Graphics g,
IltPolygon p)
Deprecated. Please use Graphics.drawPolygon instead. |
static void |
FillPolygon(Graphics g,
IltPolygon p)
Deprecated. Please use Graphics.fillPolygon instead. |
| Methods inherited from class ilog.util.IlGraphicPrim |
|---|
_FillRect, createImage, CreateServerSideImage, DrawCloud, DrawDiamond, DrawEllipse, DrawLine, DrawLineClipX, DrawLineClipY, DrawPoint, DrawRect, DrawRect, DrawRoundRect, FillCloud, FillEllipse, FillRect, FillRect, FillRoundRect, getCloudArea, GetSize, GrabImage, InsideRoundRect, XORDrawRect |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void DrawPolygon(Graphics g,
IltPolygon p)
Graphics.drawPolygon instead.
public static void FillPolygon(Graphics g,
IltPolygon p)
Graphics.fillPolygon instead.
Graphics.fillPolygon draws only half of the border on
average; this function makes sure to draw the border too.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||