org.apache.fop.svg
Class Mask

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.svg.SVGObj
              |
              +--org.apache.fop.svg.Mask

public class Mask
extends SVGObj

class representing svg:Mask pseudo flow object.


Inner Class Summary
 public static classMask.Maker
          inner class for making Mask objects.

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Field Summary
 (package private) SVGMaskElementImplmask
           

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Method Summary
 SVGElementcreateGraphic()
           
 static FObj.Makermaker()
          returns the maker for this object.

Methods inherited from class org.apache.fop.svg.SVGObj
layout

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, removeID

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Field Detail

mask

SVGMaskElementImpl mask
Method Detail

createGraphic

public SVGElement createGraphic()

maker

public static FObj.Maker maker()
returns the maker for this object.
Returns: the maker for Mask objects

Association Links

to Class org.apache.fop.dom.svg.SVGMaskElementImpl