@Deprecated public class IltGraphicPrim extends IlGraphicPrim
Graphics
context.IltContains
Modifier and Type | Method and Description |
---|---|
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. |
_FillRect, createImage, CreateServerSideImage, DrawCloud, DrawDiamond, DrawEllipse, DrawLine, DrawLineClipX, DrawLineClipY, DrawPoint, DrawRect, DrawRect, DrawRoundRect, FillCloud, FillEllipse, FillRect, FillRect, FillRoundRect, getCloudArea, GetSize, GrabImage, InsideRoundRect, XORDrawRect
@Deprecated public static void DrawPolygon(Graphics g, IltPolygon p)
Graphics.drawPolygon
instead.@Deprecated 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.
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.