|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
DrawingModel
interface. DrawingModelCache
interface. DrawingModel
interface.
DrawingModelCache
interface.
Graphics2D.draw(java.awt.Shape)
Graphics.draw3DRect(int, int, int, int, boolean)
Graphics.drawImage(Image, int, int, ImageObserver)
.
Graphics.drawLine(int, int, int, int)
Graphics.drawOval(int, int, int, int)
Graphics.drawPolygon(Polygon)
Graphics.drawRect(int, int, int, int)
Graphics.drawString(String, int, int)
JDrawing
.JDrawing
.
Graphics2D.fill(java.awt.Shape)
Graphics.fill3DRect(int, int, int, int, boolean)
Graphics.fillOval(int, int, int, int)
Graphics.fillPolygon(Polygon)
Graphics.fillRect(int, int, int, int)
GraphicsModel
.DrawingModel
interface that stores
a set of graphics elements. DrawingModelCache
optimizes
drawing operations by splitting all the drawing area into rectangular
cells and caching elements intersecting each cell.DrawingElementRenderer
that is used by this cache.
DrawingElementRenderer
that is rendering each element.
DrawingModel
that is cached by this cache.
DrawingModel
that is providing the data.
DrawingModelCache
that is optimizing redrawing.
Group
of this element.
DrawingElementRenderer
which is used by this
renderer to delegate rendering requests to.
Group
that is the root of the model.
AffineTransform
used by this transforming renderer.
AffineTransform
that is concatenation of
transform of parent group of the element and transform style of the element.
JDrawing
with an empty model.
JDrawing
which
displays the specified model.
DrawingModel
interface allows
user to specify layer for each element. JDrawing
which uses basic
drawing commands as elements. JDrawing
component.
Group
of this element
Group
DrawingElementRenderer
that will be used this cache.
DrawingElementRenderer
that will be used this cache.
DrawingElementRenderer
that will be used this cache.
DrawingElementRenderer
that will be used to
draw each element.
DrawingModel
that will be cached by this cache.
DrawingModel
that will be cached by this cache.
DrawingModel
that will be cached by this cache.
DrawingModel
that will provide the data.
DrawingModelCache
that will optimize redrawing.
elements
to be in order suitable for painting.
elements
to be in order suitable for painting.
elements
to be in order suitable for painting.
elements
to be in down then right order.
DrawingElementRenderer
allows user
to apply affine transform to drawing. TransformingDrawingElementRenderer
with given transform and renderer.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |