Class MagnifyIconGraphics
java.lang.Object
edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
edu.uci.ics.jung.visualization.transform.shape.MagnifyIconGraphics
Subclassed to apply a magnification transform to an icon.
-
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
flatness
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
transformer
Fields inherited from class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
delegate
-
Constructor Summary
ConstructorsConstructorDescriptionMagnifyIconGraphics
(BidirectionalTransformer transformer) MagnifyIconGraphics
(BidirectionalTransformer Function, Graphics2D delegate) -
Method Summary
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingFlatnessGraphics
draw, fill
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics
create, dispose, draw, drawImage, drawImage, fill, getTransformer, hit, setTransformer
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.GraphicsDecorator
draw
Methods inherited from class edu.uci.ics.jung.visualization.transform.shape.Graphics2DWrapper
addRenderingHints, clearRect, clip, clipRect, copyArea, create, draw3DRect, drawArc, drawBytes, drawChars, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, equals, 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, 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
-
MagnifyIconGraphics
-
MagnifyIconGraphics
-
-
Method Details
-
draw
- Overrides:
draw
in classGraphicsDecorator
-