Drawable.DrawableHint| Modifier and Type | Field and Description | 
|---|---|
| protected Shape<?,?> | shape | 
BUFFERED_IMAGE, 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| Constructor and Description | 
|---|
| DrawNothing(Shape<?,?> shape) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyTransform(java.awt.Graphics2D graphics)Apply 2-D transforms before drawing this shape. | 
| void | draw(java.awt.Graphics2D graphics)Draw this shape into the supplied canvas | 
| void | drawContent(java.awt.Graphics2D context)draw any content within this shape (image, text, etc.). | 
protected final Shape<?,?> shape
public DrawNothing(Shape<?,?> shape)
public void applyTransform(java.awt.Graphics2D graphics)
applyTransform in interface Drawablegraphics - the graphics whos transform matrix will be modifiedpublic void draw(java.awt.Graphics2D graphics)
Drawablepublic void drawContent(java.awt.Graphics2D context)
DrawabledrawContent in interface Drawablecontext - the graphics to draw intoCopyright 2021 The Apache Software Foundation or its licensors, as applicable.