Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

M

MacRenderer - Class in org.apache.batik.gvt.renderer
Simple implementation of the Renderer that supports dynamic updates.
MacRenderer() - Constructor for class org.apache.batik.gvt.renderer.MacRenderer
Constructs a new dynamic renderer with the specified buffer image.
MacRenderer(RenderingHints, AffineTransform) - Constructor for class org.apache.batik.gvt.renderer.MacRenderer
 
MAGENTA_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'magenta' RGB color.
MAGENTA_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'magenta' color name.
MagicNumber(int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry.MagicNumber
Constructor.
MagicNumberRegistryEntry - Class in org.apache.batik.ext.awt.image.spi
This Image tag registry entry is built around the notion of magic numbers.
MagicNumberRegistryEntry(String, float, String, String, int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension and one magic number is required.
MagicNumberRegistryEntry(String, String, String, int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension and one magic number is required.
MagicNumberRegistryEntry(String, float, String, String, MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension is required.
MagicNumberRegistryEntry(String, String, String, MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one extension is required.
MagicNumberRegistryEntry(String, float, String[], String[], int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one magic number is required.
MagicNumberRegistryEntry(String, String[], String[], int, byte[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, simplifies construction of entry when only one magic number is required.
MagicNumberRegistryEntry(String, float, String[], String[], MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor
MagicNumberRegistryEntry(String, String[], String[], MagicNumberRegistryEntry.MagicNumber[]) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor
MagicNumberRegistryEntry(String, String[], String[], MagicNumberRegistryEntry.MagicNumber[], float) - Constructor for class org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
Constructor, allows for overriding the default priority of magic number entries.
MagicNumberRegistryEntry.MagicNumber - Class in org.apache.batik.ext.awt.image.spi
Inner class that represents one magic number.
Main - Class in org.apache.batik.apps.rasterizer
Handles command line parameters to configure the SVGConverter and rasterizer images.
Main(String[]) - Constructor for class org.apache.batik.apps.rasterizer.Main
 
main(String[]) - Static method in class org.apache.batik.apps.rasterizer.Main
 
Main - Class in org.apache.batik.apps.slideshow
 
Main(File[], Dimension) - Constructor for class org.apache.batik.apps.slideshow.Main
 
main(String[]) - Static method in class org.apache.batik.apps.slideshow.Main
 
Main - Class in org.apache.batik.apps.svgbrowser
This class contains the main method of an SVG viewer.
Main(String[]) - Constructor for class org.apache.batik.apps.svgbrowser.Main
Creates a new application.
main(String[]) - Static method in class org.apache.batik.apps.svgbrowser.Main
Creates a viewer frame and shows it..
Main - Class in org.apache.batik.apps.svgpp
This class is the main class of the svgpp application.
Main(String[]) - Constructor for class org.apache.batik.apps.svgpp.Main
Initializes the application.
main(String[]) - Static method in class org.apache.batik.apps.svgpp.Main
The application main method.
Main - Class in org.apache.batik.apps.ttf2svg
This test runs the True Type Font to SVG Font converter, the tool that allows some characters from a font to be converted to the SVG Font format.
Main() - Constructor for class org.apache.batik.apps.ttf2svg.Main
 
main(String[]) - Static method in class org.apache.batik.apps.ttf2svg.Main
 
main(String[]) - Static method in class org.apache.batik.ext.swing.JAffineTransformChooser
 
main(String[]) - Static method in class org.apache.batik.svggen.font.SVGFont
Starts the application.
main(String[]) - Static method in class org.apache.batik.transcoder.print.PrintTranscoder
 
main(String[]) - Static method in class org.apache.batik.transcoder.wmf.tosvg.WMFTranscoder
Unit testing : Illustrates how the transcoder might be used.
main(String[]) - Static method in class org.apache.batik.util.ClassFileUtilities
Program that computes the dependencies between the Batik jars.
main(String[]) - Static method in class org.apache.batik.util.gui.CSSMediaPanel
Main - debug -
Main.AbstractOptionHandler - Class in org.apache.batik.apps.rasterizer
This abstract implementation of the OptionHandler interface throws an exception if the number of arguments passed to the handleOption method does not match the number of expected optionValues.
Main.ColorOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options which expect a Color optionValue.
Main.DoctypeHandler - Class in org.apache.batik.apps.svgpp
To handle the '-doctype' option.
Main.DocWidthHandler - Class in org.apache.batik.apps.svgpp
To handle the '-doc-width' option.
Main.FloatOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options which expect the single optionValue to be a float.
Main.FontSizeHandler - Class in org.apache.batik.apps.svgbrowser
To handle the '-font-size' option.
Main.NewlineHandler - Class in org.apache.batik.apps.svgpp
To handle the '-newline' option.
Main.NoFormatHandler - Class in org.apache.batik.apps.svgpp
To handle the '-no-format' option.
Main.NoValueOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options with no option value (i.e., the presence of the option means something in itself.
Main.OptionHandler - Interface in org.apache.batik.apps.rasterizer
Interface for handling one command line option
Main.OptionHandler - Interface in org.apache.batik.apps.svgbrowser
This interface represents an option handler.
Main.OptionHandler - Interface in org.apache.batik.apps.svgpp
This interface represents an option handler.
Main.PublicIdHandler - Class in org.apache.batik.apps.svgpp
To handle the '-public-id' option.
Main.RectangleOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options which expect a Rectangle optionValue.
Main.SingleValueOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options with a single option value.
Main.SystemIdHandler - Class in org.apache.batik.apps.svgpp
To handle the '-system-id' option.
Main.TabWidthHandler - Class in org.apache.batik.apps.svgpp
To handle the '-tab-width' option.
Main.TimeOptionHandler - Class in org.apache.batik.apps.rasterizer
Base class for options which expect the single optionValue to be a time value.
Main.XMLDeclHandler - Class in org.apache.batik.apps.svgpp
To handle the '-xml-decl' option.
mainAnimatedAttributeListener - Variable in class org.apache.batik.anim.dom.SVGOMDocument
The main AnimatedAttributeListener that redispatches to all listeners in SVGOMDocument.animatedAttributeListeners.
mainMessage - Variable in class org.apache.batik.apps.svgbrowser.StatusBar
The main message
mainPanel - Variable in class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
The Dialog main panel.
mainPropertiesChanged - Variable in class org.apache.batik.css.engine.CSSEngine.CSSNavigableDocumentHandler
Array to hold which properties have been changed by a call to setMainProperties.
makeBlockInfo(BridgeContext, Element) - Method in class org.apache.batik.bridge.svg12.SVGFlowRootElementBridge
 
makeBounds(CachableRed, CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
makeColorModel(CachableRed, SampleModel) - Static method in class org.apache.batik.ext.awt.image.rendered.FormatRed
 
makeContext() - Method in class org.apache.batik.bridge.RhinoInterpreter.Factory
Creates a Context object for use with the interpreter.
makeConvexHull(Point2D.Float[], int) - Static method in class org.apache.batik.bridge.GlyphLayout
 
makeLinear_sRGBCM(boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Method that returns either Linear_sRGB_Pre or Linear_sRGB_UnPre based on premult flag.
makeLinearBufferedImage(int, int, boolean) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Constructs a BufferedImage with a linear sRGB colorModel, and alpha.
makeList(CachableRed, CachableRed) - Static method in class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
 
makeMarginInfo(Element) - Method in class org.apache.batik.extension.svg.BatikFlowTextElementBridge
 
makeRasterWritable(Raster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Coerces ras to be writable.
makeRasterWritable(Raster, int, int) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
Coerces ras to be writable.
makeSampleModel(CachableRed, ColorModel) - Static method in class org.apache.batik.ext.awt.image.rendered.FormatRed
 
makeTile(int, int) - Method in class org.apache.batik.ext.awt.image.rendered.AbstractRed
This is a helper function that will create the tile requested Including properly subsetting the bounds of the tile to the bounds of the current image.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue
Whether the attribute is malformed.
malformed - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is malformed.
managerData - Variable in class org.apache.batik.dom.AbstractNode
The XBL manager data.
managerResumed(UpdateManagerEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the manager was resumed.
managerResumed(UpdateManagerEvent) - Method in class org.apache.batik.bridge.UpdateManagerAdapter
Called when the manager was resumed.
managerResumed(UpdateManagerEvent) - Method in interface org.apache.batik.bridge.UpdateManagerListener
Called when the manager was resumed.
managerResumed(UpdateManagerEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
managerResumed(UpdateManagerEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the manager was resumed.
managerStarted(UpdateManagerEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the manager was started.
managerStarted(UpdateManagerEvent) - Method in class org.apache.batik.bridge.UpdateManagerAdapter
Called when the manager was started.
managerStarted(UpdateManagerEvent) - Method in interface org.apache.batik.bridge.UpdateManagerListener
Called when the manager was started.
managerStarted(UpdateManagerEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
managerStarted(UpdateManagerEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the manager was started.
managerStopped - Variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Whether the update manager was stopped.
managerStopped(UpdateManagerEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the manager was stopped.
managerStopped(UpdateManagerEvent) - Method in class org.apache.batik.bridge.UpdateManagerAdapter
Called when the manager was stopped.
managerStopped(UpdateManagerEvent) - Method in interface org.apache.batik.bridge.UpdateManagerListener
Called when the manager was stopped.
managerStopped(UpdateManagerEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
managerStopped(UpdateManagerEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the manager was stopped.
managerSuspended(UpdateManagerEvent) - Method in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
Called when the manager was suspended.
managerSuspended(UpdateManagerEvent) - Method in class org.apache.batik.bridge.UpdateManagerAdapter
Called when the manager was suspended.
managerSuspended(UpdateManagerEvent) - Method in interface org.apache.batik.bridge.UpdateManagerListener
Called when the manager was suspended.
managerSuspended(UpdateManagerEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.ScrollListener
 
managerSuspended(UpdateManagerEvent) - Method in class org.apache.batik.swing.svg.JSVGComponent.SVGListener
Called when the manager was suspended.
manageUpdates(ImageRenderer) - Method in class org.apache.batik.bridge.UpdateManager
Finishes the UpdateManager initialization.
map - Variable in class org.apache.batik.util.SoftReferenceCache
The map of cached objects.
MAP_ENTRY_ARRAY - Static variable in class org.apache.batik.anim.AnimationEngine
 
MAP_TOKEN - Static variable in class org.apache.batik.swing.JSVGCanvas
This is used as the value in the toolTipDocs WeakHashMap.
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat0
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat2
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat4
 
mapCharCode(int) - Method in class org.apache.batik.svggen.font.table.CmapFormat6
 
mapKeyCode(int) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
The java KeyEvent keyCodes and the DOMKeyEvent keyCodes map except for the VK_ENTER code (which has a different value in DOM and the VK_KANA_LOCK and VK_INPUT_METHOD_ON_OFF which have no DOM equivalent.
mapKeyCodeToIdentifier(int) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
Convert a Java key code to a DOM 3 key string.
mapKeyLocation(int) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
Maps Java KeyEvent location numbers to DOM 3 location numbers.
margin - Variable in class org.apache.batik.transcoder.svg2svg.OutputManager
The margin.
MARGIN_BOTTOM_INDEX - Static variable in class org.apache.batik.css.engine.SVG12CSSEngine
 
MARGIN_LEFT_INDEX - Static variable in class org.apache.batik.css.engine.SVG12CSSEngine
 
MARGIN_RIGHT_INDEX - Static variable in class org.apache.batik.css.engine.SVG12CSSEngine
 
MARGIN_TOP_INDEX - Static variable in class org.apache.batik.css.engine.SVG12CSSEngine
 
MarginInfo - Class in org.apache.batik.extension.svg
 
MarginInfo(float, float, float, float, float, int, boolean) - Constructor for class org.apache.batik.extension.svg.MarginInfo
 
MarginInfo(float, int) - Constructor for class org.apache.batik.extension.svg.MarginInfo
 
MarginInfo - Class in org.apache.batik.gvt.flow
 
MarginInfo(float, float, float, float, float, int, float, boolean, boolean) - Constructor for class org.apache.batik.gvt.flow.MarginInfo
 
MarginInfo(float, int) - Constructor for class org.apache.batik.gvt.flow.MarginInfo
 
MarginLengthManager - Class in org.apache.batik.css.engine.value.svg12
This class provides a factory for the 'margin-*' properties values.
MarginLengthManager(String) - Constructor for class org.apache.batik.css.engine.value.svg12.MarginLengthManager
 
MarginShorthandManager - Class in org.apache.batik.css.engine.value.svg12
This class represents an object which provide support for the 'margin' shorthand property.
MarginShorthandManager() - Constructor for class org.apache.batik.css.engine.value.svg12.MarginShorthandManager
 
Mark - Interface in org.apache.batik.bridge
Marker interface, mostly, that encapsulates information about a selection gesture.
mark(int) - Method in class org.apache.batik.bridge.SVGImageElementBridge.ProtectedStream
 
mark - Variable in class org.apache.batik.dom.events.EventListenerList.Entry
Flag used by getListeners.
mark(int) - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
mark(int) - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Marks the current file position for later return using the reset() method.
MARK_ATTACHMENT_TYPE - Static variable in class org.apache.batik.svggen.font.table.Lookup
 
markDirty() - Method in class org.apache.batik.anim.AbstractAnimation
Marks this animation and any animation that depends on it as dirty.
Marker - Class in org.apache.batik.gvt
A Marker describes a GraphicsNode with a reference point that can be used to position the Marker at a particular location and a particular policy for rotating the marker when drawing it.
Marker(GraphicsNode, Point2D, double) - Constructor for class org.apache.batik.gvt.Marker
Constructs a new marker.
MARKER_END_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
MARKER_MID_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
MARKER_START_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
MARKER_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'marker' keyword.
markerBottom - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
The zoom marker bottom line.
MarkerBridge - Interface in org.apache.batik.bridge
Factory class for vending Marker objects.
markerElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
markerElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MarkerElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MarkerElementFactory
 
markerElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
markerElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
markerElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
markerElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
markerHeight - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerHeight' attribute value.
markerLeft - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
The zoom marker left line.
MarkerManager - Class in org.apache.batik.css.engine.value.svg
This class provides a manager for the 'marker-*' property values.
MarkerManager(String) - Constructor for class org.apache.batik.css.engine.value.svg.MarkerManager
Creates a new MarkerManager.
markerName - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The media marker name.
markerNode - Variable in class org.apache.batik.gvt.Marker
GraphicsNode this marker is associated to
markerRight - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
The zoom marker right line.
MarkerShapePainter - Class in org.apache.batik.gvt
A shape painter that can be used to paint markers on a shape.
MarkerShapePainter(Shape) - Constructor for class org.apache.batik.gvt.MarkerShapePainter
Constructs a new MarkerShapePainter that can be used to markers on top of a shape.
MarkerShorthandManager - Class in org.apache.batik.css.engine.value.svg
This class represents an object which provide support for the 'marker' shorthand properties.
MarkerShorthandManager() - Constructor for class org.apache.batik.css.engine.value.svg.MarkerShorthandManager
 
markerStroke - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Used to draw marker
markerTop - Variable in class org.apache.batik.swing.gvt.AbstractZoomInteractor
The zoom marker top line.
markerUnits - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerUnits' attribute value.
markerWidth - Variable in class org.apache.batik.anim.dom.SVGOMMarkerElement
The 'markerWidth' attribute value.
markPos - Variable in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Marked position, shared by ForwardSeekableStream
markSupported() - Method in class org.apache.batik.bridge.SVGImageElementBridge.ProtectedStream
 
markSupported() - Method in class org.apache.batik.ext.awt.image.codec.util.ForwardSeekableStream
Forwards the request to the real InputStream.
markSupported() - Method in class org.apache.batik.ext.awt.image.codec.util.SeekableStream
Returns true if marking is supported.
markSupported() - Method in class org.apache.batik.util.Base64DecodeStream
 
maroon - Static variable in class org.apache.batik.svggen.SVGColor
 
MAROON_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'maroon' RGB color.
MAROON_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'maroon' color name.
mask - Variable in class org.apache.batik.gvt.AbstractGraphicsNode
The mask of this graphics node.
Mask - Interface in org.apache.batik.gvt.filter
Implements a masking operation.
mask - Variable in class org.apache.batik.gvt.filter.MaskRable8Bit
The node who's outline specifies our mask.
Mask - Interface in org.apache.batik.gvt
Describes a mask.
MASK_INDEX - Static variable in class org.apache.batik.css.engine.SVGCSSEngine
 
MaskBridge - Interface in org.apache.batik.bridge
Factory class for vending Mask objects.
maskContentUnits - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'maskContentUnits' attribute value.
maskElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
maskElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MaskElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MaskElementFactory
 
maskElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
maskElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
maskElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
maskElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MaskManager - Class in org.apache.batik.css.engine.value.svg
This class provides a manager for the 'mask' property values.
MaskManager() - Constructor for class org.apache.batik.css.engine.value.svg.MaskManager
 
MaskRable8Bit - Class in org.apache.batik.gvt.filter
MaskRable implementation
MaskRable8Bit(Filter, GraphicsNode, Rectangle2D) - Constructor for class org.apache.batik.gvt.filter.MaskRable8Bit
 
masks - Variable in class org.apache.batik.css.engine.StyleMap
To store the value masks.
maskUnits - Variable in class org.apache.batik.anim.dom.SVGOMMaskElement
The 'maskUnits' attribute value.
match(GraphicsNode, String, int) - Method in class org.apache.batik.apps.svgbrowser.FindDialog
Returns the index inside the specified TextNode of the specified text, or -1 if not found.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSAndCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSAttributeCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSBeginHyphenAttributeCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSChildSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSClassCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSConditionalSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSDescendantSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSDirectAdjacentSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSElementSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSIdCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSLangCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSOneOfAttributeCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSPseudoClassCondition
Tests whether this selector matches the given element.
match(Element, String) - Method in class org.apache.batik.css.engine.sac.CSSPseudoElementSelector
Tests whether this selector matches the given element.
match(Element, String) - Method in interface org.apache.batik.css.engine.sac.ExtendedCondition
Tests whether this condition matches the given element.
match(Element, String) - Method in interface org.apache.batik.css.engine.sac.ExtendedSelector
Tests whether this selector matches the given element.
match(String, String) - Method in class org.apache.batik.dom.AbstractElement.Entry
Whether this entry match the given keys.
match(Object, Object, Object) - Method in class org.apache.batik.dom.util.TriplyIndexedTable.Entry
Whether this entry matches the given keys.
match(char) - Method in class org.apache.batik.gvt.font.AWTGlyphGeometryCache.Entry
Whether this entry match the given keys.
match(Object, Object) - Method in class org.apache.batik.util.DoublyIndexedTable.Entry
Whether this entry match the given keys.
match(Object, Object) - Method in class org.apache.batik.util.SoftDoublyIndexedTable.Entry
Whether this entry match the given keys.
matchesFirstGlyph(int, String) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesFirstGlyph(int, char) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as first by this kerning entry.
matchesSecondGlyph(int, String) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
matchesSecondGlyph(int, char) - Method in class org.apache.batik.gvt.font.Kern
Returns true if the specified glyph is one of the glyphs considered as second by this kerning entry.
matchLastToolTipEvent(long, EventTarget) - Method in class org.apache.batik.swing.JSVGCanvas
Checks if the specified event time and element are the same as the last tool tip event.
matchSign(double, double) - Static method in class org.apache.batik.ext.awt.geom.AbstractSegment
 
matchUserAgent(Element, UserAgent) - Static method in class org.apache.batik.bridge.SVGUtilities
Tests whether or not the given element match a specified user agent.
matchUserLanguage(String, String) - Static method in class org.apache.batik.bridge.SVGUtilities
Tests whether or not the specified language specification matches the user preferences.
MATHEMATICAL_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mathematical' keyword.
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be a matrix transform.
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.AWTTransformProducer
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultFragmentIdentifierHandler
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.parser.DefaultTransformListHandler
matrix(float, float, float, float, float, float) - Method in interface org.apache.batik.parser.TransformListHandler
Invoked when 'matrix(a, b, c, d, e, f)' has been parsed.
matrixTransform(SVGMatrix) - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.matrixTransform(SVGMatrix).
matrixTransform(SVGPoint, SVGMatrix) - Static method in class org.apache.batik.dom.svg.SVGOMPoint
Transforms an SVGPoint by an SVGMatrix and returns the new point.
matrixTransform(SVGMatrix) - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.matrixTransform(SVGMatrix).
max - Variable in class org.apache.batik.anim.timing.TimedElement
The maximum active duration of this element.
MAX_EXCEPTION_COUNT - Static variable in class org.apache.batik.bridge.SVGAnimationEngine.AnimationTickRunnable
The maximum number of consecutive exceptions to allow before stopping the report of them.
MAX_VISITED_URIS - Static variable in class org.apache.batik.apps.svgbrowser.Main
Maximum number of recently visited URIs
maxHeight - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Maximum output image height.
MAXIMUM_QUALITY - Static variable in class org.apache.batik.apps.rasterizer.SVGConverter
Maximum quality value
maxMedia - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the max value was specified as 'media'.
maxp - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MaxpTable - Class in org.apache.batik.svggen.font.table
 
MaxpTable(DirectoryEntry, RandomAccessFile) - Constructor for class org.apache.batik.svggen.font.table.MaxpTable
 
maxTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the maximum of two time values.
maxVisitedURIs - Variable in class org.apache.batik.apps.svgbrowser.Main
The actual allowed maximum number of last visited URIs
maxWidth - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Maximum output image width.
maxX() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
maxX() - Method in class org.apache.batik.ext.awt.geom.Linear
 
maxX() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
maxX() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
maxY() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
maxY() - Method in class org.apache.batik.ext.awt.geom.Linear
 
maxY() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
maxY() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
maybeReverse(boolean) - Method in class org.apache.batik.bridge.GlyphLayout
 
maybeReverse(boolean) - Method in interface org.apache.batik.bridge.TextSpanLayout
Reverse (and optionally mirror) glyphs if not already reversed.
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.AWTGVTGlyphVector
 
maybeReverse(boolean) - Method in interface org.apache.batik.gvt.font.GVTGlyphVector
Reverse (and optionally mirror) glyphs if not already reversed.
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.MultiGlyphVector
 
maybeReverse(boolean) - Method in class org.apache.batik.gvt.font.SVGGVTGlyphVector
 
maybeReverseGlyphs(boolean) - Method in class org.apache.batik.bridge.StrokingTextPainter.TextRun
 
media - Variable in class org.apache.batik.css.engine.CSSEngine
The media to use to cascade properties.
media - Variable in class org.apache.batik.css.engine.StyleSheet
The media to use to cascade properties.
MEDIA_SYMBOL - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '@media' lexical unit.
mediaElement - Variable in class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
The media element.
mediaList - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
mediaList - Variable in class org.apache.batik.css.engine.MediaRule
The media list.
mediaList - Variable in class org.apache.batik.util.gui.CSSMediaPanel
The list that represents the CSS media.
mediaListClearButton - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
MediaListDataListener() - Constructor for class org.apache.batik.util.gui.CSSMediaPanel.MediaListDataListener
 
mediaListModel - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
mediaListRemoveButton - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
 
MediaListSelectionListener() - Constructor for class org.apache.batik.util.gui.CSSMediaPanel.MediaListSelectionListener
 
mediaMarker(String, String) - Method in class org.apache.batik.anim.timing.TimingSpecifierListProducer
Invoked when a media marker value timing specifier is parsed.
mediaMarker(String, String) - Method in class org.apache.batik.parser.DefaultTimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
mediaMarker(String, String) - Method in interface org.apache.batik.parser.TimingSpecifierHandler
Invoked when a media marker value timing specifier is parsed.
MediaMarkerTimingSpecifier - Class in org.apache.batik.anim.timing
A class to handle media marker SMIL timing specifiers.
MediaMarkerTimingSpecifier(TimedElement, boolean, String, String) - Constructor for class org.apache.batik.anim.timing.MediaMarkerTimingSpecifier
Creates a new MediaMarkerTimingSpecifier object.
mediaMatch(SACMediaList) - Method in class org.apache.batik.css.engine.CSSEngine
Whether the given media list matches the media list of this CSSEngine object.
MediaRule - Class in org.apache.batik.css.engine
This class represents a @media CSS rule.
MediaRule() - Constructor for class org.apache.batik.css.engine.MediaRule
 
mediaType - Variable in class org.apache.batik.apps.rasterizer.SVGConverter
Media type for which the SVG image should be rendered
MEDIUM - Static variable in class org.apache.batik.svggen.SVGFont
 
medium - Variable in class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
The new medium.
MEDIUM_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'medium' keyword.
MEDIUMAQUAMARINE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumaquamarine' RGB color.
MEDIUMAQUAMARINE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumaquamarine' color name.
MEDIUMBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumblue' RGB color.
MEDIUMBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumblue' color name.
MEDIUMORCHID_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumorchid' RGB color.
MEDIUMORCHID_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumorchid' color name.
MEDIUMPURPLE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumpurple' RGB color.
MEDIUMPURPLE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumpurple' color name.
MEDIUMSEAGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumseagreen' RGB color.
MEDIUMSEAGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumseagreen' color name.
MEDIUMSLATEBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumslateblue' RGB color.
MEDIUMSLATEBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumslateblue' color name.
MEDIUMSPRINGGREEN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumspringgreen' RGB color.
MEDIUMSPRINGGREEN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumspringgreen' color name.
MEDIUMTURQUOISE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumturquoise' RGB color.
MEDIUMTURQUOISE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumturquoise' color name.
MEDIUMVIOLETRED_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumvioletred' RGB color.
MEDIUMVIOLETRED_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mediumvioletred' color name.
meet - Variable in class org.apache.batik.bridge.ViewBox.ViewHandler
 
meet() - Method in class org.apache.batik.bridge.ViewBox.ViewHandler
Invoked when 'meet' has been parsed.
meet() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'meet' has been parsed.
meet() - Method in class org.apache.batik.parser.DefaultPreserveAspectRatioHandler
meet() - Method in interface org.apache.batik.parser.PreserveAspectRatioHandler
Invoked when 'meet' has been parsed.
MEET_OR_SLICE_VALUES - Static variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
Strings for the 'meet-or-slice' values.
MEET_OR_SLICE_VALUES - Static variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Strings for the 'meet-or-slice' values.
meetOrSlice - Variable in class org.apache.batik.anim.values.AnimatablePreserveAspectRatioValue
The meet-or-slice value.
meetOrSlice - Variable in class org.apache.batik.bridge.SVGAnimationEngine.AnimatablePreserveAspectRatioValueFactory
The parsed 'meetOrSlice' value.
meetOrSlice - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
meetOrSlice property by default the value is SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET;
meetOrSlice - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
MemoryCacheSeekableStream - Class in org.apache.batik.ext.awt.image.codec.util
A subclass of SeekableStream that may be used to wrap a regular InputStream.
MemoryCacheSeekableStream(InputStream) - Constructor for class org.apache.batik.ext.awt.image.codec.util.MemoryCacheSeekableStream
Constructs a MemoryCacheSeekableStream that takes its source data from a regular InputStream.
MemoryMonitor - Class in org.apache.batik.util.gui
This class contains a collection of components that can be used to track and display the memory usage.
MemoryMonitor() - Constructor for class org.apache.batik.util.gui.MemoryMonitor
Creates a new memory monitor frame.
MemoryMonitor(long) - Constructor for class org.apache.batik.util.gui.MemoryMonitor
Creates a new memory monitor frame.
MemoryMonitor.CloseButtonAction - Class in org.apache.batik.util.gui
The action associated with the 'Close' button of the memory monitor.
MemoryMonitor.CollectButtonAction - Class in org.apache.batik.util.gui
The action associated with the 'Collect' button of the memory monitor.
MemoryMonitor.History - Class in org.apache.batik.util.gui
Displays the memory usage history in a chart.
MemoryMonitor.MemoryChangeListener - Interface in org.apache.batik.util.gui
This interface allows the RepaintThread to notify an object that the current memory state has changed.
MemoryMonitor.Panel - Class in org.apache.batik.util.gui
A panel composed of a Usage instance and a History instance.
MemoryMonitor.RepaintThread - Class in org.apache.batik.util.gui
This thread repaints a list of components.
MemoryMonitor.RepaintThread.UpdateRunnable - Class in org.apache.batik.util.gui
 
MemoryMonitor.Usage - Class in org.apache.batik.util.gui
Displays the current memory usage.
memoryMonitorFrame - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
The memory monitor frame.
memoryStateChanged(long, long) - Method in class org.apache.batik.util.gui.MemoryMonitor.History
Indicates that the memory state has changed.
memoryStateChanged(long, long) - Method in interface org.apache.batik.util.gui.MemoryMonitor.MemoryChangeListener
Indicates that the memory state has changed.
memoryStateChanged(long, long) - Method in class org.apache.batik.util.gui.MemoryMonitor.Usage
Indicates that the memory state has changed.
menu - Variable in class org.apache.batik.apps.svgbrowser.LocalHistory
The menu which contains the history.
MENU_HIGHLIGHT_BG_COLOR - Static variable in class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The selected item background color.
MENU_HIGHLIGHT_FG_COLOR - Static variable in class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The selected item foreground color.
MENU_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'MENU' color name.
MenuFactory - Class in org.apache.batik.util.gui.resource
This class represents a menu factory which builds menubars and menus from the content of a resource file.
MenuFactory(ResourceBundle, ActionMap) - Constructor for class org.apache.batik.util.gui.resource.MenuFactory
Creates a new menu factory
MENUITEM_BG_COLOR - Static variable in class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The item background color.
MENUITEM_FG_COLOR - Static variable in class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
The item foreground color.
MENUTEXT_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'MENUTEXT' color name.
mergeAreas(GeneralPath, Area[], int) - Static method in class org.apache.batik.bridge.GlyphLayout
 
mergeArrays(ValueManager[], ValueManager[]) - Static method in class org.apache.batik.css.engine.SVGCSSEngine
Merges the given arrays.
mergeArrays(ShorthandManager[], ShorthandManager[]) - Static method in class org.apache.batik.css.engine.SVGCSSEngine
Merges the given arrays.
mergeGlyphGroups(WordInfo) - Method in class org.apache.batik.gvt.flow.LineInfo
This function merges the glyph groups from wi into the glyph groups that are already on this line.
MERGEPAINT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
mergeRects(int, int) - Method in class org.apache.batik.ext.awt.geom.RectListManager
 
message - Variable in exception org.apache.batik.anim.AnimationException
The message.
message - Variable in class org.apache.batik.apps.svgbrowser.StatusBar
The message label
message - Variable in exception org.apache.batik.bridge.BridgeException
The message.
message - Variable in class org.apache.batik.dom.AbstractDocument.DocumentError
The error message.
MESSAGE_ABOUT_TO_TRANSCODE - Static variable in class org.apache.batik.apps.rasterizer.Main
 
MESSAGE_ABOUT_TO_TRANSCODE_SOURCE - Static variable in class org.apache.batik.apps.rasterizer.Main
 
MESSAGE_CONVERSION_FAILED - Static variable in class org.apache.batik.apps.rasterizer.Main
 
MESSAGE_CONVERSION_SUCCESS - Static variable in class org.apache.batik.apps.rasterizer.Main
 
Messages - Class in org.apache.batik.apps.rasterizer
This class manages the message for the bridge module.
Messages() - Constructor for class org.apache.batik.apps.rasterizer.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.bridge
This class manages the message for the bridge module.
Messages() - Constructor for class org.apache.batik.bridge.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.css.engine
This class manages the message for the css.engine module.
Messages() - Constructor for class org.apache.batik.css.engine.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.css.engine.value
This class manages the message for the css.engine.value module.
Messages() - Constructor for class org.apache.batik.css.engine.value.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.ext.swing
This class manages the message for the Swing extensions.
Messages() - Constructor for class org.apache.batik.ext.swing.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.script.rhino
This class manages the message for the Rhino interpreter
Messages() - Constructor for class org.apache.batik.script.rhino.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.svggen.font
This class manages the message for the bridge module.
Messages() - Constructor for class org.apache.batik.svggen.font.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.swing
This class manages the message for the test.svg module.
Messages() - Constructor for class org.apache.batik.swing.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.swing.svg
This class manages the message for the css.engine module.
Messages() - Constructor for class org.apache.batik.swing.svg.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.transcoder.image.resources
This class manages the message for the image transcoder module.
Messages() - Constructor for class org.apache.batik.transcoder.image.resources.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.util.io
This class manages the message for the IO utilities classes.
Messages() - Constructor for class org.apache.batik.util.io.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.util
This class manages the message for the security utilities
Messages() - Constructor for class org.apache.batik.util.Messages
This class does not need to be instantiated.
Messages - Class in org.apache.batik.util.resources
This class manages the message for the utilities classes.
Messages() - Constructor for class org.apache.batik.util.resources.Messages
This class does not need to be instantiated.
META_ALDUS_APM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ANIMATEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ARC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_BITBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_BLACKNESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_CHARSET_ANSI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ANSI charset WMF ID.
META_CHARSET_ARABIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
ARABIC charset WMF ID.
META_CHARSET_CHINESEBIG5 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
CHINESEBIG5 charset WMF ID.
META_CHARSET_DEFAULT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
DEFAULT charset WMF ID.
META_CHARSET_EASTEUROPE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
EASTEUROPE charset WMF ID.
META_CHARSET_GB2312 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GB2312 charset WMF ID.
META_CHARSET_GREEK - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
GREEK charset WMF ID.
META_CHARSET_HANGUL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HANGUL charset WMF ID.
META_CHARSET_HEBREW - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
HEBREW charset WMF ID.
META_CHARSET_JOHAB - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
JOHAB charset WMF ID.
META_CHARSET_OEM - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
OEM charset WMF ID.
META_CHARSET_RUSSIAN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
RUSSIAN (CYRILLIC) charset WMF ID.
META_CHARSET_SHIFTJIS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
SHIFTJIS charset WMF ID.
META_CHARSET_SYMBOL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
SYMBOL charset WMF ID.
META_CHARSET_THAI - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
THAI charset WMF ID.
META_CHARSET_TURKISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
TURKISH charset WMF ID.
META_CHARSET_VIETNAMESE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
VIETNAMESE charset WMF ID.
META_CHORD - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBITMAP - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBITMAPINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEBRUSHINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEFONTINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPATTERNBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEPENINDIRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_CREATEREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DELETEOBJECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBBITBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBCREATEPATTERNBRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DIBSTRETCHBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DRAWTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_DSTINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_ELLIPSE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ESCAPE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXCLUDECLIPRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXTFLOODFILL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_EXTTEXTOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FILLREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FLOODFILL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_FRAMEREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_INTERSECTCLIPRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_INVERTREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_LINETO - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_MASK - Static variable in class org.apache.batik.gvt.event.GraphicsNodeInputEvent
The meta key modifier constant.
META_MOVETO - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_ANSI_VAR_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_BLACK_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DEFAULT_PALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DEVICE_DEFAULT_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_DKGRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_GRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_HOLLOW_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_LTGRAY_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_NULL_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_OEM_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FIXED_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_SYSTEM_FONT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_BRUSH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OBJ_WHITE_PEN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETCLIPRGN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETVIEWPORTORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_OFFSETWINDOWORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PAINTREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PATBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PATCOPY - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PATINVERT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
META_PIE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYBEZIER16 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYGON - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYLINE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_POLYPOLYGON - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASHDOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DASHDOTDOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_DOT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_INSIDEFRAME - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_NULL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_PS_SOLID - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_REALIZEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RECTANGLE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RESIZEPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_RESTOREDC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_ROUNDRECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SAVEDC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SCALEVIEWPORTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SCALEWINDOWEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTCLIPREGION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTOBJECT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SELECTPALETTE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETBKCOLOR - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETBKMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETDIBTODEV - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETLAYOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETMAPMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETMAPPERFLAGS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPALENTRIES - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPIXEL - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETPOLYFILLMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETRELABS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETROP2 - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETSTRETCHBLTMODE - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTALIGN - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTCHAREXTRA - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTCOLOR - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETTEXTJUSTIFICATION - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETVIEWPORTORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_SETWINDOWORG_EX - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_STRETCHBLT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_STRETCHDIB - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_TEXTOUT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
META_WHITENESS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
new constant for PATBLT.
METADATA - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metadataElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metadataElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MetadataElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MetadataElementFactory
 
metadataElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metadataElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metadataElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metadataElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
metaKey - Variable in class org.apache.batik.dom.events.DOMKeyEvent
 
MetaRecord - Class in org.apache.batik.transcoder.wmf.tosvg
This is used to keep data while processing WMF-files.
MetaRecord() - Constructor for class org.apache.batik.transcoder.wmf.tosvg.MetaRecord
 
MetaRecord.ByteRecord - Class in org.apache.batik.transcoder.wmf.tosvg
A record that contain byte arrays elements.
MetaRecord.StringRecord - Class in org.apache.batik.transcoder.wmf.tosvg
 
method - Variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'method' attribute value.
METHOD_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMTextPathElement
The 'method' attribute values.
MIDDLE - Static variable in class org.apache.batik.bridge.TextNode.Anchor
The anchor which enables the rendered characters to be aligned such that the middle of the text string is at the initial current text location.
MIDDLE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'middle' keyword.
MIDDLE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg12.SVG12ValueConstants
The 'middle' keyword.
middleMarker - Variable in class org.apache.batik.gvt.MarkerShapePainter
Middle Marker
MIDNIGHTBLUE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'midnightblue' RGB color.
MIDNIGHTBLUE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'midnightblue' color name.
MIME_TYPES_SVG - Static variable in interface org.apache.batik.util.MimeTypeConstants
 
MIME_TYPES_SVG_LIST - Static variable in interface org.apache.batik.util.MimeTypeConstants
 
MimeTypeConstants - Interface in org.apache.batik.util
This interface defines constants for Various Mime Types
mimeTypeMap - Static variable in class org.apache.batik.apps.rasterizer.Main
Static map containing all the mime types understood by the rasterizer
min - Variable in class org.apache.batik.anim.timing.TimedElement
The minimum active duration of this element.
minMedia - Variable in class org.apache.batik.anim.timing.TimedElement
Whether the min value was specified as 'media'.
minRepaintTime - Variable in class org.apache.batik.bridge.UpdateManager
The current minRepaintTime
MINTCREAM_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mintcream' RGB color.
MINTCREAM_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mintcream' color name.
minTileX - Variable in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
minTileY - Variable in class org.apache.batik.ext.awt.image.rendered.AbstractRed
 
minTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Returns the minimum of two time values.
MINUS - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents the '-' lexical unit.
minusTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Subtracts one simple time from another.
minX() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
minX() - Method in class org.apache.batik.ext.awt.geom.Linear
 
minX() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
minX() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
minX - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The X coordinate of the image's upper-left pixel.
minY() - Method in class org.apache.batik.ext.awt.geom.Cubic
 
minY() - Method in class org.apache.batik.ext.awt.geom.Linear
 
minY() - Method in class org.apache.batik.ext.awt.geom.Quadradic
 
minY() - Method in interface org.apache.batik.ext.awt.geom.Segment
 
minY - Variable in class org.apache.batik.ext.awt.image.codec.util.SimpleRenderedImage
The Y coordinate of the image's upper-left pixel.
mirrorChar(int) - Static method in class org.apache.batik.gvt.text.BidiAttributedCharacterIterator
 
missing - Variable in class org.apache.batik.anim.dom.AbstractSVGAnimatedLength.BaseSVGLength
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedLengthList.BaseSVGLengthList
Whether the value is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedNumberList.BaseSVGNumberList
Whether the value is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.BaseSVGPathSegList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedPoints.BaseSVGPointList
Whether the attribute is missing.
missing - Variable in class org.apache.batik.anim.dom.SVGOMAnimatedTransformList.BaseSVGTransformList
Whether the attribute is missing.
missingGlyphElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
missingGlyphElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MissingGlyphElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MissingGlyphElementFactory
 
missingGlyphElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
missingGlyphElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
missingGlyphElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
missingGlyphElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MissingListenerException - Exception in org.apache.batik.util.gui.resource
Signals a missing listener
MissingListenerException(String, String, String) - Constructor for exception org.apache.batik.util.gui.resource.MissingListenerException
Constructs a MissingListenerException with the specified information.
MISTYROSE_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mistyrose' RGB color.
MISTYROSE_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'mistyrose' color name.
MITER_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'miter' keyword.
mm() - Method in class org.apache.batik.anim.dom.AbstractSVGLengthList.LengthListBuilder
Implements LengthHandler.mm().
MM - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a mm lexical unit.
mm() - Method in class org.apache.batik.parser.DefaultLengthHandler
Implements LengthHandler.mm().
mm() - Method in class org.apache.batik.parser.LengthArrayProducer
Implements LengthHandler.mm().
mm() - Method in interface org.apache.batik.parser.LengthHandler
Invoked when 'mm' has been parsed.
mm() - Method in class org.apache.batik.parser.UnitProcessor.UnitResolver
Implements LengthHandler.mm().
MM_ANISOTROPIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HIENGLISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HIMETRIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_HITWIPS - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_ISOTROPIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_LOENGLISH - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_LOMETRIC - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MM_PER_PIXEL - Static variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
MM_TEXT - Static variable in interface org.apache.batik.transcoder.wmf.WMFConstants
 
MMFX - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MMSD - Static variable in interface org.apache.batik.svggen.font.table.Table
 
MOCCASIN_RGB_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'moccasin' RGB color.
MOCCASIN_VALUE - Static variable in interface org.apache.batik.css.engine.value.svg.SVGValueConstants
The 'moccasin' color name.
modCount - Variable in class org.apache.batik.gvt.CompositeGraphicsNode
The number of times the children list has been structurally modified.
mode - Variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'mode' attribute value.
MODE_REPLICATE - Static variable in class org.apache.batik.ext.awt.image.PadMode
Pad edges by replicating edge pixels
MODE_VALUES - Static variable in class org.apache.batik.anim.dom.SVGOMFEBlendElement
The 'mode' attribute values.
MODE_WRAP - Static variable in class org.apache.batik.ext.awt.image.PadMode
Pad edges by wrapping around edge pixels
MODE_ZERO_PAD - Static variable in class org.apache.batik.ext.awt.image.PadMode
Pad edges with zeros
model - Variable in class org.apache.batik.apps.svgbrowser.PreferenceDialog
PreferenceManager used to store and retrieve preferences
MODIFIER_STRINGS - Static variable in class org.apache.batik.dom.util.DOMUtilities
String constants representing DOM modifier strings for various all shift modifier combinations.
modifierKeys - Variable in class org.apache.batik.dom.events.DOMKeyboardEvent
The modifier keys in effect at the time of the event.
modifierKeys - Variable in class org.apache.batik.dom.events.DOMMouseEvent
The modifier keys in effect at the time of the event.
MONITOR_ACTION - Static variable in class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
 
MonitorAction() - Constructor for class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction
 
MONOSPACE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'monospaced' keyword.
MORE_COMPONENTS - Static variable in class org.apache.batik.svggen.font.table.GlyfCompositeComp
 
MorphologyOp - Class in org.apache.batik.ext.awt.image.rendered
This class provides an implementation for the SVG feMorphology filter, as defined in Chapter 15, section 20 of the SVG specification.
MorphologyOp(int, int, boolean) - Constructor for class org.apache.batik.ext.awt.image.rendered.MorphologyOp
 
MorphologyRable - Interface in org.apache.batik.ext.awt.image.renderable
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
MorphologyRable8Bit - Class in org.apache.batik.ext.awt.image.renderable
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
MorphologyRable8Bit(Filter, double, double, boolean) - Constructor for class org.apache.batik.ext.awt.image.renderable.MorphologyRable8Bit
 
MotionAnimation - Class in org.apache.batik.anim
An animation class for 'animateMotion' animations.
MotionAnimation(TimedElement, AnimatableElement, int, float[], float[], boolean, boolean, AnimatableValue[], AnimatableValue, AnimatableValue, AnimatableValue, ExtendedGeneralPath, float[], boolean, boolean, float, short) - Constructor for class org.apache.batik.anim.MotionAnimation
Creates a new MotionAnimation.
motionTransform - Variable in class org.apache.batik.anim.dom.SVGGraphicsElement
Supplemental transformation due to motion animation.
motionTransform - Variable in class org.apache.batik.anim.dom.SVGOMTextElement
Supplemental transformation due to motion animation.
MOUSE_CLICKED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseClicked" event.
MOUSE_DRAGGED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseDragged" event.
MOUSE_ENTERED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseEntered" event.
MOUSE_EVENT_DOM2_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The MouseEvent type.
MOUSE_EVENT_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The MouseEvent type.
MOUSE_EXITED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseExited" event.
MOUSE_MOVED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseMoved" event.
MOUSE_PRESSED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mousePressed" event.
MOUSE_RELEASED - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
The id for the "mouseReleased" event.
MOUSE_WHEEL - Static variable in class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
The id for the "mouseWheelMoved" event.
mouseCaptureAutoRelease - Variable in class org.apache.batik.bridge.svg12.SVG12BridgeContext
Whether the mouse capture will be released on mouse up.
mouseCaptureSendAll - Variable in class org.apache.batik.bridge.svg12.SVG12BridgeContext
Whether the mouse capture event target will receive events that do not intersect with its geometry.
mouseCaptureTarget - Variable in class org.apache.batik.bridge.svg12.SVG12BridgeContext
The EventTarget that has the mouse capture.
mouseClicked(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseClicked(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseClicked(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseClicked(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseClicked(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse has been clicked on a graphics node.
mouseClicked(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when the mouse has been clicked on a component.
mouseClicked(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseclickListener - Variable in class org.apache.batik.bridge.FocusManager
The EventListener that tracks 'mouseclick' events.
MouseClickTracker() - Constructor for class org.apache.batik.bridge.FocusManager.MouseClickTracker
 
MouseClickTracker() - Constructor for class org.apache.batik.bridge.svg12.SVG12FocusManager.MouseClickTracker
 
mousedownListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The mousedown event listener.
mouseDragged(MouseEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestListener
 
mouseDragged(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseDragged(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseDragged(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseDragged(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseDragged(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button is pressed on a graphics node and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractPanInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseEntered(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseEntered(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse enters a graphics node.
mouseEntered(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when the mouse enters a component.
mouseEntered(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseEntered(MouseEvent) - Method in class org.apache.batik.util.gui.resource.JToolbarButton.MouseListener
 
mouseEntered(MouseEvent) - Method in class org.apache.batik.util.gui.resource.JToolbarToggleButton.MouseListener
 
MouseEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.MouseEventFactory
 
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseExited(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseExited(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse exits a graphics node.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractPanInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when the mouse exits a component.
mouseExited(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseExited(MouseEvent) - Method in class org.apache.batik.util.gui.resource.JToolbarButton.MouseListener
 
mouseExited(MouseEvent) - Method in class org.apache.batik.util.gui.resource.JToolbarToggleButton.MouseListener
 
mouseListener - Variable in class org.apache.batik.swing.gvt.TextSelectionManager
The mouse listener.
MouseListener() - Constructor for class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
MouseListener() - Constructor for class org.apache.batik.util.gui.resource.JToolbarButton.MouseListener
 
MouseListener() - Constructor for class org.apache.batik.util.gui.resource.JToolbarToggleButton.MouseListener
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseMoved(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseMoved(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when the mouse button has been moved on a node.
mouseMoved(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseMoved(MouseEvent) - Method in class org.apache.batik.swing.JSVGCanvas.LocationListener
 
mousemoveListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The mousemove event listener.
MouseOutDefaultActionable(SVGAElement, UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class org.apache.batik.bridge.SVGAElementBridge.MouseOutDefaultActionable
 
mouseoutListener - Variable in class org.apache.batik.bridge.FocusManager
The EventListener that tracks 'mouseout' events.
mouseoutListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The mouseout event listener.
MouseOutTracker() - Constructor for class org.apache.batik.bridge.FocusManager.MouseOutTracker
 
MouseOutTracker() - Constructor for class org.apache.batik.bridge.svg12.SVG12FocusManager.MouseOutTracker
 
MouseOverDefaultActionable(Element, SVGAElement, UserAgent, SVGAElementBridge.CursorHolder) - Constructor for class org.apache.batik.bridge.SVGAElementBridge.MouseOverDefaultActionable
 
mouseoverListener - Variable in class org.apache.batik.bridge.FocusManager
The EventListener that tracks 'mouseover' events.
mouseoverListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The mouseover event listener.
MouseOverTracker() - Constructor for class org.apache.batik.bridge.FocusManager.MouseOverTracker
 
MouseOverTracker() - Constructor for class org.apache.batik.bridge.svg12.SVG12FocusManager.MouseOverTracker
 
mousePressed(MouseEvent) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.TreePopUpListener
 
mousePressed(MouseEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestListener
 
mousePressed(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mousePressed(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mousePressed(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mousePressed(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mousePressed(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been pressed on a graphics node.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractPanInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button has been pressed on a component.
mousePressed(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseReleased(MouseEvent) - Method in class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.TreePopUpListener
 
mouseReleased(MouseEvent) - Method in class org.apache.batik.apps.svgbrowser.ThumbnailDialog.AreaOfInterestListener
 
mouseReleased(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.BridgeEventSupport.Listener
 
mouseReleased(GraphicsNodeMouseEvent) - Method in class org.apache.batik.bridge.ConcreteTextSelector
 
mouseReleased(MouseEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse event down to the GVT tree.
mouseReleased(GraphicsNodeMouseEvent) - Method in class org.apache.batik.gvt.event.GraphicsNodeMouseAdapter
 
mouseReleased(GraphicsNodeMouseEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseListener
Invoked when a mouse button has been released on a graphics node.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractImageZoomInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractPanInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractResetTransformInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractRotateInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.AbstractZoomInteractor
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.InteractorAdapter
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when a mouse button has been released on a component.
mouseReleased(GraphicsNodeMouseEvent) - Method in class org.apache.batik.swing.gvt.TextSelectionManager.MouseListener
 
mouseupListener - Variable in class org.apache.batik.bridge.ScriptingEnvironment
The mouseup event listener.
mouseWheelMoved(GraphicsNodeMouseWheelEvent) - Method in class org.apache.batik.bridge.svg12.SVG12BridgeEventSupport.Listener
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.apache.batik.gvt.event.AWTEventDispatcher
Dispatches the specified AWT mouse wheel event down to the GVT tree.
mouseWheelMoved(GraphicsNodeMouseWheelEvent) - Method in interface org.apache.batik.gvt.event.GraphicsNodeMouseWheelListener
Invoked when the mouse wheel has been moved.
mouseWheelMoved(MouseWheelEvent) - Method in class org.apache.batik.swing.gvt.JGVTComponent.Listener
Invoked when the mouse wheel has been scrolled.
mouseWheelMoved(MouseWheelEvent) - Method in class org.apache.batik.swing.JSVGScrollPane.WheelListener
 
MOVE_VALUE - Static variable in interface org.apache.batik.css.engine.value.ValueConstants
The 'move' keyword.
moveDone - Variable in class org.apache.batik.ext.awt.geom.PathLength.SingleSegmentPathIterator
Whether the generated move command has been returned.
moveEventListeners(EventSupport) - Method in class org.apache.batik.anim.dom.XBLEventSupport
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
moveEventListeners(EventSupport) - Method in class org.apache.batik.dom.events.EventSupport
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
moveTo(float, float) - Method in class org.apache.batik.ext.awt.geom.ExtendedGeneralPath
Delegates to the enclosed GeneralPath.
movetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
movetoAbs(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
movetoAbs(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
movetoAbs(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
movetoAbs(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when an absolute moveto command has been parsed.
moveToBottom(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Moves the given animation to the bottom of the sandwich.
movetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
movetoRel(float, float) - Method in class org.apache.batik.parser.AWTPathProducer
movetoRel(float, float) - Method in class org.apache.batik.parser.DefaultPathHandler
movetoRel(float, float) - Method in class org.apache.batik.parser.PathArrayProducer
movetoRel(float, float) - Method in interface org.apache.batik.parser.PathHandler
Invoked when a relative moveto command has been parsed.
moveToTop(AbstractAnimation) - Method in class org.apache.batik.anim.AnimationEngine
Moves the given animation to the top of the sandwich.
mpathElementCategory - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
mpathElementDescription - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MpathElementFactory() - Constructor for class org.apache.batik.anim.dom.SVGDOMImplementation.MpathElementFactory
 
mpathElementMemberName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
mpathElementName - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
mpathElementType - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
mpathElementValue - Static variable in class org.apache.batik.apps.svgbrowser.NodeTemplates
 
MS - Static variable in interface org.apache.batik.css.parser.LexicalUnits
Represents a ms lexical unit.
msg - Variable in class org.apache.batik.util.gui.JErrorPane
The error message.
mtHeaderSize - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtMaxRecord - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoObjects - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtNoParameters - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtSize - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtType - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mtVersion - Variable in class org.apache.batik.transcoder.wmf.tosvg.AbstractWMFReader
 
mult_BYTE_COMP_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
mult_INT_PACK_Data(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
MultiGlyphVector - Class in org.apache.batik.gvt.font
 
MultiGlyphVector(List) - Constructor for class org.apache.batik.gvt.font.MultiGlyphVector
 
MultiImageElementFactory() - Constructor for class org.apache.batik.anim.dom.SVG12DOMImplementation.MultiImageElementFactory
 
MultiImageElementViewport(float, float) - Constructor for class org.apache.batik.bridge.svg12.SVGMultiImageElementBridge.MultiImageElementViewport
Constructs a new viewport with the specified SVGSVGElement.
MultipleGradientPaint - Class in org.apache.batik.ext.awt
This is the superclass for Paints which use a multiple color gradient to fill in their raster.
MultipleGradientPaint(float[], Color[], MultipleGradientPaint.CycleMethodEnum, MultipleGradientPaint.ColorSpaceEnum, AffineTransform) - Constructor for class org.apache.batik.ext.awt.MultipleGradientPaint
Superclass constructor, typical user should never have to call this.
MultipleGradientPaint.ColorSpaceEnum - Class in org.apache.batik.ext.awt
Inner class to allow for typesafe enumerated ColorSpace values.
MultipleGradientPaint.CycleMethodEnum - Class in org.apache.batik.ext.awt
Inner class to allow for typesafe enumerated CycleMethod values.
multiply(SVGMatrix) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.multiply(SVGMatrix).
MULTIPLY - Static variable in class org.apache.batik.ext.awt.image.CompositeRule
FeBlend Multiply rule.
MULTIPLY - Static variable in class org.apache.batik.ext.awt.image.SVGComposite
 
multiplyAlpha(WritableRaster) - Static method in class org.apache.batik.ext.awt.image.GraphicsUtil
 
MultiplyAlphaRed - Class in org.apache.batik.ext.awt.image.rendered
This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask).
MultiplyAlphaRed(CachableRed, CachableRed) - Constructor for class org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed
Multiply the alpha of one image with a mask image.
multiplyTime(float, float) - Method in class org.apache.batik.anim.timing.TimedElement
Multiplies one simple time by n.
MultiResGraphicsNode - Class in org.apache.batik.bridge
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
MultiResGraphicsNode(Element, Rectangle2D, Element[], Dimension[], Dimension[], BridgeContext) - Constructor for class org.apache.batik.bridge.MultiResGraphicsNode
 
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeColorValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributePaintValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.PresentationAttributeValue
Whether the mutation comes from this object.
mutate - Variable in class org.apache.batik.anim.dom.SVGStylableElement.StyleDeclaration
Whether the mutation comes from this object.
mutateAttributes(AttributedCharacterIterator) - Method in class org.apache.batik.gvt.text.GVTACIImpl.TransformAttributeFilter
Return a new AttributedCharacterIterator instance in which location attributes have been converted to TextAttribute.TRANSFORM attributes.
mutateAttributes(AttributedCharacterIterator) - Method in interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator.AttributeFilter
Modify an AttributedCharacterIterator's attributes systematically.
MUTATION_EVENT_DOM2_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The MutationEvent type.
MUTATION_EVENT_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The MutationEvent type.
MUTATION_NAME_EVENT_TYPE - Static variable in class org.apache.batik.dom.events.DocumentEventSupport
The MutationNameEvent type.
MutationEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.MutationEventFactory
 
MutationNameEvent - Interface in org.apache.batik.w3c.dom.events
The MutationNameEvent interface provides specific contextual information associated with Mutation name event types.
MutationNameEventFactory() - Constructor for class org.apache.batik.dom.events.DocumentEventSupport.MutationNameEventFactory
 
MyImgObs() - Constructor for class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
 
myNode - Variable in class org.apache.batik.ext.awt.image.rendered.TileLRUMember
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2022 Apache Software Foundation. All Rights Reserved.