public class DrawSheet extends Object implements Drawable
Drawable.DrawableHint| Modifier and Type | Field and Description |
|---|---|
protected Sheet<?,?> |
sheet |
BUFFERED_IMAGE, CACHE_IMAGE_SOURCE, CURRENT_SLIDE, DEFAULT_CHARSET, DRAW_FACTORY, EMF_FORCE_HEADER_BOUNDS, FONT_FALLBACK, FONT_HANDLER, FONT_MAP, GRADIENT_SHAPE, GRESTORE, GROUP_TRANSFORM, GSAVE, IMAGE_RENDERER, PRESET_GEOMETRY_CACHE, TEXT_AS_CHARACTERS, TEXT_AS_SHAPES, TEXT_RENDERING_MODE| Modifier and Type | Method and Description |
|---|---|
void |
applyTransform(Graphics2D context)
Apply 2-D transforms before drawing this shape.
|
protected boolean |
canDraw(Graphics2D graphics,
Shape<?,?> shape)
Checks if this
sheet displays the specified shape. |
void |
draw(Graphics2D graphics)
Draw this shape into the supplied canvas
|
void |
drawContent(Graphics2D context)
draw any content within this shape (image, text, etc.).
|
protected final Sheet<?,?> sheet
public DrawSheet(Sheet<?,?> sheet)
public void draw(Graphics2D graphics)
Drawablepublic void applyTransform(Graphics2D context)
DrawableapplyTransform in interface Drawablecontext - the graphics whose transform matrix will be modifiedpublic void drawContent(Graphics2D context)
DrawabledrawContent in interface Drawablecontext - the graphics to draw intoprotected boolean canDraw(Graphics2D graphics, Shape<?,?> shape)
sheet displays the specified shape.
Subclasses can override it and skip certain shapes from drawings,
for instance, slide masters and layouts don't display placeholders