ilog.tgo.grprim
Class IltGraphicPrim

java.lang.Object
  extended by ilog.util.IlGraphicPrim
      extended by ilog.tgo.grprim.IltGraphicPrim

Deprecated.

public class IltGraphicPrim
extends IlGraphicPrim

This class contains some primitive utility functions for drawing. All of them are static functions, the first argument being a Graphics context.

See Also:
IltContains
Deprecated Since:
JTGO 4.0

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

DrawPolygon

public static void DrawPolygon(Graphics g,
                               IltPolygon p)
Deprecated. Please use Graphics.drawPolygon instead.

Draws the border of a polygon.

Deprecated Since:
JTGO 4.0

FillPolygon

public static void FillPolygon(Graphics g,
                               IltPolygon p)
Deprecated. Please use Graphics.fillPolygon instead.

Draws a filled polygon, including its border.

Graphics.fillPolygon draws only half of the border on average; this function makes sure to draw the border too.

Deprecated Since:
JTGO 4.0


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.