Package org.apache.batik.svggen
Class SVGGeneratorContext.GraphicContextDefaults
java.lang.Object
org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults
- Enclosing class:
SVGGeneratorContext
Class to describe the GraphicContext defaults to
be used. Note that this class does *not* contain
a default for the initial transform, as this
transform *has to be identity* for the SVGGraphics2D
to operate (the TransformStacks operation is based
on that assumption. See the DOMTreeManager class).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClip()
getFont()
getPaint()
void
setBackground
(Color background) void
void
setComposite
(Composite composite) void
void
void
setRenderingHints
(RenderingHints hints) void
-
Field Details
-
paint
-
stroke
-
composite
-
clip
-
hints
-
font
-
background
-
-
Constructor Details
-
GraphicContextDefaults
public GraphicContextDefaults()
-
-
Method Details
-
setStroke
-
getStroke
-
setComposite
-
getComposite
-
setClip
-
getClip
-
setRenderingHints
-
getRenderingHints
-
setFont
-
getFont
-
setBackground
-
getBackground
-
setPaint
-
getPaint
-