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).
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClip()getFont()getPaint()voidsetBackground(Color background) voidvoidsetComposite(Composite composite) voidvoidvoidsetRenderingHints(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
-