org.apache.batik.svggen
public static class SVGGeneratorContext.GraphicContextDefaults extends Object
Field Summary | |
---|---|
protected Color | background |
protected Shape | clip |
protected Composite | composite |
protected Font | font |
protected RenderingHints | hints |
protected Paint | paint |
protected Stroke | stroke |
Method Summary | |
---|---|
Color | getBackground() |
Shape | getClip() |
Composite | getComposite() |
Font | getFont() |
Paint | getPaint() |
RenderingHints | getRenderingHints() |
Stroke | getStroke() |
void | setBackground(Color background) |
void | setClip(Shape clip) |
void | setComposite(Composite composite) |
void | setFont(Font font) |
void | setPaint(Paint paint) |
void | setRenderingHints(RenderingHints hints) |
void | setStroke(Stroke stroke) |