Class GraphicsDecorator
java.lang.Object
edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
- Direct Known Subclasses:
TransformingGraphics
an extendion of Graphics2DWrapper that adds enhanced
methods for drawing icons and components
- See Also:
-
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
delegate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
addRenderingHints, clearRect, clip, clipRect, copyArea, create, create, dispose, draw, draw3DRect, drawArc, drawBytes, drawChars, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, equals, fill, fill3DRect, fillArc, fillOval, fillPolygon, fillPolygon, fillRect, fillRoundRect, finalize, getBackground, getClip, getClipBounds, getClipBounds, getClipRect, getColor, getComposite, getDelegate, getDeviceConfiguration, getFont, getFontMetrics, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hashCode, hit, hitClip, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setDelegate, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, toString, transform, translate, translate
-
Constructor Details
-
GraphicsDecorator
public GraphicsDecorator() -
GraphicsDecorator
-
-
Method Details
-
draw
-
draw
public void draw(Component c, CellRendererPane rendererPane, int x, int y, int w, int h, boolean shouldValidate)
-