All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DrawBackground |
getDrawable(Background<?,?> shape) |
DrawConnectorShape |
getDrawable(ConnectorShape<?,?> shape) |
DrawFreeformShape |
getDrawable(FreeformShape<?,?> 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) |
static DrawFactory |
getInstance(java.awt.Graphics2D graphics) |
DrawPaint |
getPaint(PlaceableShape<?,?> shape) |
DrawTextFragment |
getTextFragment(java.awt.font.TextLayout layout,
java.text.AttributedString str) |
static void |
setDefaultFactory(DrawFactory factory)
Set a custom draw factory for the current thread.
|