|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsModel | |
org.jdrawing.graphics | Provides data model for JDrawing which uses basic
drawing commands as elements. |
Uses of GraphicsModel in org.jdrawing.graphics |
Methods in org.jdrawing.graphics that return GraphicsModel | |
GraphicsModel |
GraphicsModelBuilder.getGraphicsModel()
Return GraphicsModel used by this
GraphicsModelBuilder . |
Constructors in org.jdrawing.graphics with parameters of type GraphicsModel | |
GraphicsModelBuilder(GraphicsModel model,
java.awt.Rectangle bounds)
Constructs a new GraphicsModelBuilder
object with specified GraphicsModel . |
|
GraphicsModelBuilder(GraphicsModel model,
java.awt.Rectangle bounds,
java.awt.Graphics2D referenceGraphics)
Constructs a new GraphicsModelBuilder
object with specified GraphicsModel and
reference Graphics2D object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |