public class FGraphicUtilities
extends java.lang.Object
| Constructor and Description |
|---|
FGraphicUtilities()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DrawAnnotation(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform at,
FSymbol theSymbol,
FLabel theLabel,
java.awt.FontMetrics metrics,
boolean isSelected)
Deprecated.
Dibuja el FLabel que se pasa como par�metro sobre el Graphics2D.
|
static void |
DrawHandlers(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Handler[] handlers,
ISymbol symbol)
Deprecated.
|
static void |
DrawLabel(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT,
Geometry geom,
FSymbol theSymbol,
FLabel theLabel)
Deprecated.
Dibuja el FLabel que se pasa como par�metro sobre el Graphics2D.
|
static void |
DrawShape(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT,
Geometry geom,
FSymbol theSymbol)
Deprecated.
|
static void |
DrawSymbol(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT2,
java.awt.Rectangle r,
FSymbol symbol)
Deprecated.
Dibuja el s�mbolo que se le pasa como par�metro en el Graphics.
|
static void |
DrawVertex(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Handler handlers)
Deprecated.
|
public static void DrawSymbol(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT2,
java.awt.Rectangle r,
FSymbol symbol)
throws CreateGeometryException
g2 - Graphics2D sobre el que dibujar.mT2 - Matriz de transformaci�n.r - Rect�ngulo.symbol - S�mbolo a dibujar.CreateGeometryExceptionpublic static void DrawShape(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT,
Geometry geom,
FSymbol theSymbol)
g2 - Graphics2D sobre el que dibujar.mT - Matriz de transformaci�n.shp - FShape a dibujar.theSymbol - S�mbolo.public static void DrawLabel(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform mT,
Geometry geom,
FSymbol theSymbol,
FLabel theLabel)
g2 - Graphics2D sobre el que dibujar.mT - Matriz de transformaci�n.shp - FShape a dibujar.theSymbol - S�mbolo para aplicar.theLabel - FLabel que contiene el texto que se debe dibujar.public static void DrawAnnotation(java.awt.Graphics2D g2,
java.awt.geom.AffineTransform at,
FSymbol theSymbol,
FLabel theLabel,
java.awt.FontMetrics metrics,
boolean isSelected)
g2 - Graphics2D sobre el que dibujar.mT - Matriz de transformaci�n.shp - FShape a dibujar.theSymbol - S�mbolo para aplicar.theLabel - FLabel que contiene el texto que se debe dibujar.public static void DrawHandlers(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Handler[] handlers,
ISymbol symbol)
public static void DrawVertex(java.awt.Graphics2D g,
java.awt.geom.AffineTransform at,
Handler handlers)