All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
drawShape(Graphics2D graphics,
Shape<?,?> shape,
Rectangle2D bounds)
Convenience method for drawing single shapes.
|
DrawBackground |
getDrawable(Background<?,?> shape) |
DrawConnectorShape |
getDrawable(ConnectorShape<?,?> shape) |
DrawFreeformShape |
getDrawable(FreeformShape<?,?> shape) |
DrawGraphicalFrame |
getDrawable(GraphicalFrame<?,?> shape) |
DrawGroupShape |
getDrawable(GroupShape<?,?> shape) |
DrawMasterSheet |
getDrawable(MasterSheet<?,?> sheet) |
DrawPictureShape |
getDrawable(PictureShape<?,?> shape) |
Drawable |
getDrawable(Shape<?,?> shape) |
DrawSheet |
getDrawable(Sheet<?,?> sheet) |
DrawSlide |
getDrawable(Slide<?,?> sheet) |
DrawTableShape |
getDrawable(TableShape<?,?> shape) |
DrawTextBox |
getDrawable(TextBox<?,?> shape) |
DrawTextParagraph |
getDrawable(TextParagraph<?,?,?> paragraph) |
DrawTextShape |
getDrawable(TextShape<?,?> shape) |
DrawFontManager |
getFontManager(Graphics2D graphics)
Return a FontManager, either registered beforehand or a default implementation
|
static DrawFactory |
getInstance(Graphics2D graphics)
Returns the DrawFactory, preferably via a graphics instance.
|
DrawPaint |
getPaint(PlaceableShape<?,?> shape) |
DrawTextFragment |
getTextFragment(TextLayout layout,
AttributedString str) |
static void |
setDefaultFactory(DrawFactory factory)
Set a custom draw factory for the current thread.
|