org.apache.batik.gvt
Interface PatternPaint

All Superinterfaces:
java.awt.Paint, java.awt.Transparency
All Known Implementing Classes:
ConcretePatternPaint

public interface PatternPaint
extends java.awt.Paint

This extension of the Paint interface uses the referenced GraphicsNode, constrained to the input FilterRegion produce its pixel pattern.


Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Method Summary
 GraphicsNode getGraphicsNode()
          Returns the GraphicsNode that is used to produce the pixel pattern generated by this Paint
 java.awt.geom.Rectangle2D getPatternRect()
          Returns the area to which this paint is constrained
 
Methods inherited from interface java.awt.Paint
createContext
 
Methods inherited from interface java.awt.Transparency
getTransparency
 

Method Detail

getGraphicsNode

public GraphicsNode getGraphicsNode()
Returns the GraphicsNode that is used to produce the pixel pattern generated by this Paint

getPatternRect

public java.awt.geom.Rectangle2D getPatternRect()
Returns the area to which this paint is constrained


Copyright © 2000 Apache Software Foundation. All Rights Reserved.