org.apache.batik.svggen
public class SVGGraphicContext extends Object implements SVGConstants, ErrorConstants
Constructor Summary | |
---|---|
SVGGraphicContext(Map context, TransformStackElement[] transformStack) | |
SVGGraphicContext(Map groupContext, Map graphicElementContext, TransformStackElement[] transformStack) |
Method Summary | |
---|---|
Map | getContext() |
Map | getGraphicElementContext() |
Map | getGroupContext() |
TransformStackElement[] | getTransformStack() |
Parameters: context Set of style attributes in this context. transformStack Sequence of transforms that where applied to create the context's current transform.
Parameters: groupContext Set of attributes that apply to group graphicElementContext Set of attributes that apply to elements but not to groups (e.g., opacity, filter). transformStack Sequence of transforms that where applied to create the context's current transform.
Returns: set of all attributes.
Returns: set of attributes that can be set on leaf node
Returns: set of attributes that can be set on a group
Returns: set of TransformStackElement for this context