Class TransformingFlatnessGraphics
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
- Direct Known Subclasses:
MagnifyIconGraphics
subclassed to pass certain operations thru the Function
before the base class method is applied
This is useful when you want to apply non-affine transformations
to the Graphics2D used to draw elements of the graph.
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionTransformingFlatnessGraphics
(BidirectionalTransformer transformer) TransformingFlatnessGraphics
(BidirectionalTransformer transformer, Graphics2D delegate) -
Method Summary
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, 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
-
Field Details
-
flatness
float flatness
-
-
Constructor Details
-
TransformingFlatnessGraphics
-
TransformingFlatnessGraphics
-
-
Method Details
-
draw
- Overrides:
draw
in classTransformingGraphics
-
fill
- Overrides:
fill
in classTransformingGraphics
-