public static class SVGGeneratorContext.GraphicContextDefaults extends Object
Modifier and Type | Field and Description |
---|---|
protected Color |
background |
protected Shape |
clip |
protected Composite |
composite |
protected Font |
font |
protected RenderingHints |
hints |
protected Paint |
paint |
protected Stroke |
stroke |
Constructor and Description |
---|
GraphicContextDefaults() |
Modifier and Type | Method and Description |
---|---|
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) |
protected Paint paint
protected Stroke stroke
protected Composite composite
protected Shape clip
protected RenderingHints hints
protected Font font
protected Color background
public void setStroke(Stroke stroke)
public Stroke getStroke()
public void setComposite(Composite composite)
public Composite getComposite()
public void setClip(Shape clip)
public Shape getClip()
public void setRenderingHints(RenderingHints hints)
public RenderingHints getRenderingHints()
public void setFont(Font font)
public Font getFont()
public void setBackground(Color background)
public Color getBackground()
public void setPaint(Paint paint)
public Paint getPaint()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.