Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.renderer |
Provides classes and support to create base renderers for telecom objects.
|
ilog.tgo.grprim |
Contains all the classes with graphic primitives and utilities used in the library.
|
Modifier and Type | Method and Description |
---|---|
IltPolygon |
IltLogicalPolygon.floor()
Deprecated.
Returns a polygon formed by the integers corresponding to this polygon.
|
static IltPolygon |
IltPolyPointsUtils.Floor(IlpPolygon poly)
Returns a polygon formed by the integers corresponding to a polygon.
|
Modifier and Type | Method and Description |
---|---|
protected IltPolygon[] |
IltTinyImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltTinyImageBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltPortImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null depending
on the value returned by
IltImagePortBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltPortDirectImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltBaseRenderer.isPolygonalBorder() . |
protected IltPolygon[] |
IltOPCImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null depending
on the value returned by
IltOPCImageBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltOPCDirectImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltBaseRenderer.isPolygonalBorder() . |
protected IltPolygon[] |
IltNEImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltNEImageBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltNEDirectImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltBaseRenderer.isPolygonalBorder() . |
protected IltPolygon[] |
IltLogicalImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltLogicalImageBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltCardImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltCardImageBaseRendererFactory.isPolygonalBorder() . |
protected IltPolygon[] |
IltCardDirectImageBaseRendererFactory.BaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the image or
null , depending on the value
returned by IltBaseRenderer.isPolygonalBorder() . |
protected IltPolygon[] |
IltBaseRenderer.getExtraBorders(IlvRect rect)
Returns the borders of the drawn part of the base.
|
Modifier and Type | Method and Description |
---|---|
static void |
IltGraphicPrim.DrawPolygon(Graphics g,
IltPolygon p)
Deprecated.
Please use
Graphics.drawPolygon instead. |
static void |
IltGraphicUtil.DrawPolygon(Graphics g,
IltPolygon p,
Ilt1DPalette palette,
double apart,
double thickness,
int join)
Draws a polygon with a given thickness in a given palette.
|
static void |
IltGraphicUtil.DrawPolygon(Graphics g,
IlvTransformer t,
IltPolygon p,
IltPalette palette,
double apart,
double thickness,
int join)
Draws a polygon with a given thickness in a given palette.
|
static IlvRect |
IltBoundingBox.DrawPolygon(IltPolygon p,
double apart,
double thickness,
double totalthickness,
int join)
Returns the bounding box of a polygon with a given thickness.
|
static IlvRect |
IltBoundingBox.DrawPolygon(IltPolygon p,
double apart,
double thickness,
int join)
Returns the bounding box of a polygon with a given thickness.
|
static boolean |
IltContains.DrawPolygon(int x,
int y,
IltPolygon p,
double apart,
double thickness,
int join)
Tests for containment in a polygon.
|
static void |
IltGraphicPrim.FillPolygon(Graphics g,
IltPolygon p)
Deprecated.
Please use
Graphics.fillPolygon instead. |
static void |
IltGraphicUtil.FillPolygon(Graphics g,
IlvTransformer t,
IltPolygon polygon,
Ilt2DPalette palette)
Draws a filled polygon, including its border, in a given palette.
|
static IlvRect |
IltBoundingBox.FillPolygon(IltPolygon p)
Returns the bounding box of a filled polygon.
|
static boolean |
IltContains.FillPolygon(int x,
int y,
IltPolygon p)
Tests for containment in a filled polygon.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.