|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractElement | |
---|---|
org.apache.batik.dom.svg | |
org.apache.batik.dom.svg12 | |
org.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.svg |
Uses of AbstractElement in org.apache.batik.dom.svg |
---|
Fields in org.apache.batik.dom.svg declared as AbstractElement | |
---|---|
protected AbstractElement |
AbstractSVGAnimatedValue.element
The associated element. |
protected AbstractElement |
SVGOMLength.element
Element associated to this length. |
Methods in org.apache.batik.dom.svg with parameters of type AbstractElement | |
---|---|
void |
AttributeInitializer.initializeAttributes(AbstractElement elt)
Initializes the attributes of the given element. |
boolean |
AttributeInitializer.resetAttribute(AbstractElement elt,
String ns,
String prefix,
String ln)
Resets an attribute of the given element to its default value. |
Constructors in org.apache.batik.dom.svg with parameters of type AbstractElement | |
---|---|
AbstractSVGAnimatedLength(AbstractElement elt,
String ns,
String ln,
short dir,
boolean nonneg)
Creates a new SVGAnimatedLength. |
|
AbstractSVGAnimatedValue(AbstractElement elt,
String ns,
String ln)
Creates a new AbstractSVGAnimatedValue. |
|
SVGOMAnimatedBoolean(AbstractElement elt,
String ns,
String ln,
boolean val)
Creates a new SVGOMAnimatedBoolean. |
|
SVGOMAnimatedEnumeration(AbstractElement elt,
String ns,
String ln,
String[] val,
short def)
Creates a new SVGOMAnimatedEnumeration. |
|
SVGOMAnimatedInteger(AbstractElement elt,
String ns,
String ln,
int val)
Creates a new SVGOMAnimatedInteger. |
|
SVGOMAnimatedLength(AbstractElement elt,
String ns,
String ln,
String def,
short dir,
boolean nonneg)
Creates a new SVGOMAnimatedLength. |
|
SVGOMAnimatedLengthList(AbstractElement elt,
String ns,
String ln,
String defaultValue,
boolean emptyAllowed,
short direction)
Creates a new SVGOMAnimatedLengthList. |
|
SVGOMAnimatedMarkerOrientValue(AbstractElement elt,
String ns,
String ln)
Creates a new SVGOMAnimatedMarkerOrientValue. |
|
SVGOMAnimatedNumber(AbstractElement elt,
String ns,
String ln,
float val)
Creates a new SVGOMAnimatedNumber. |
|
SVGOMAnimatedNumber(AbstractElement elt,
String ns,
String ln,
float val,
boolean allowPercentage)
Creates a new SVGOMAnimatedNumber possibly parsing it as a percentage. |
|
SVGOMAnimatedNumberList(AbstractElement elt,
String ns,
String ln,
String defaultValue,
boolean emptyAllowed)
Creates a new SVGOMAnimatedNumberList. |
|
SVGOMAnimatedPathData(AbstractElement elt,
String ns,
String ln,
String defaultValue)
Creates a new SVGOMAnimatedPathData. |
|
SVGOMAnimatedPoints(AbstractElement elt,
String ns,
String ln,
String defaultValue)
Creates a new SVGOMAnimatedPoints. |
|
SVGOMAnimatedPreserveAspectRatio(AbstractElement elt)
Creates a new SVGOMAnimatedPreserveAspectRatio. |
|
SVGOMAnimatedRect(AbstractElement elt,
String ns,
String ln,
String def)
Creates a new SVGOMAnimatedRect. |
|
SVGOMAnimatedString(AbstractElement elt,
String ns,
String ln)
Creates a new SVGOMAnimatedString. |
|
SVGOMAnimatedTransformList(AbstractElement elt,
String ns,
String ln,
String defaultValue)
Creates a new SVGOMAnimatedTransformList. |
|
SVGOMLength(AbstractElement elt)
Default constructor. |
Uses of AbstractElement in org.apache.batik.dom.svg12 |
---|
Subclasses of AbstractElement in org.apache.batik.dom.svg12 | |
---|---|
class |
BindableElement
This class implements foreign namespace elements that can be bound with XBL. |
class |
SVGOMFlowDivElement
This class implements the flowDiv element from SVG 1.2 |
class |
SVGOMFlowLineElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowParaElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionExcludeElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRootElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowSpanElement
This class implements a regular polygon extension to SVG |
class |
SVGOMHandlerElement
This class implements SVGHandlerElement. |
class |
SVGOMMultiImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSolidColorElement
This class implements a regular polygon extension to SVG |
class |
SVGOMSubImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSubImageRefElement
This class implements a multiImage extension to SVG. |
class |
XBLOMContentElement
This class implements the xbl:content element. |
class |
XBLOMDefinitionElement
This class implements the xbl:definition element. |
class |
XBLOMElement
Base class for all XBL elements to inherit from. |
class |
XBLOMHandlerGroupElement
This class implements the xbl:handlerGroup element. |
class |
XBLOMImportElement
This class implements the xbl:import element. |
class |
XBLOMShadowTreeElement
This class implements the xbl:shadowTree element. |
class |
XBLOMTemplateElement
This class implements the xbl:template element. |
class |
XBLOMXBLElement
This class implements the xbl:xbl element. |
Uses of AbstractElement in org.apache.batik.extension |
---|
Subclasses of AbstractElement in org.apache.batik.extension | |
---|---|
class |
ExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument. |
class |
GraphicsExtensionElement
An abstract base class for graphical extension elements. |
class |
PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'. |
class |
StylableExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...). |
Uses of AbstractElement in org.apache.batik.extension.svg |
---|
Subclasses of AbstractElement in org.apache.batik.extension.svg | |
---|---|
class |
BatikHistogramNormalizationElement
This class implements a histogram normalization extension to SVG. |
class |
BatikRegularPolygonElement
This class implements a regular polygon extension to SVG |
class |
BatikStarElement
This class implements a star shape extension to sVG |
class |
ColorSwitchElement
This class implements a "color switch" extension to SVG. |
class |
FlowDivElement
This class implements a regular polygon extension to SVG |
class |
FlowLineElement
This class implements a regular polygon extension to SVG |
class |
FlowParaElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionElement
This class implements a regular polygon extension to SVG |
class |
FlowSpanElement
This class implements a regular polygon extension to SVG |
class |
FlowTextElement
This class implements a regular polygon extension to SVG |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |