|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.pdfview.pattern.PDFPattern
com.sun.pdfview.pattern.PatternType1
public class PatternType1
A type 1 (tiling) pattern
| Field Summary | |
|---|---|
static int |
PAINT_COLORED
paint types |
static int |
PAINT_UNCOLORED
|
static int |
TILE_CONSTANT
tiling types |
static int |
TILE_FASTER
|
static int |
TILE_NODISTORT
|
| Constructor Summary | |
|---|---|
PatternType1()
Creates a new instance of PatternType1 |
|
| Method Summary | |
|---|---|
java.awt.geom.Rectangle2D |
getBBox()
get the bounding box |
PDFPaint |
getPaint(PDFPaint basePaint)
Create a PDFPaint from this pattern and set of components. |
int |
getPaintType()
get the paint type |
java.util.HashMap<java.lang.String,PDFObject> |
getResources()
get the associated resources |
int |
getTilingType()
get the tiling type |
int |
getXStep()
get the x step |
int |
getYStep()
get the y step |
protected void |
parse(PDFObject patternObj,
java.util.Map rsrc)
Parse the pattern from the PDFObject Note the resources passed in are ignored... |
| Methods inherited from class com.sun.pdfview.pattern.PDFPattern |
|---|
getPattern, getPatternType, getTransform, setTransform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PAINT_COLORED
public static final int PAINT_UNCOLORED
public static final int TILE_CONSTANT
public static final int TILE_NODISTORT
public static final int TILE_FASTER
| Constructor Detail |
|---|
public PatternType1()
| Method Detail |
|---|
protected void parse(PDFObject patternObj,
java.util.Map rsrc)
throws java.io.IOException
parse in class PDFPatternpatternObj - the pdfobject with data for this pattern
java.io.IOExceptionpublic PDFPaint getPaint(PDFPaint basePaint)
getPaint in class PDFPatternbasePaint - the base paint to use, or null if not neededpublic java.util.HashMap<java.lang.String,PDFObject> getResources()
public int getPaintType()
public int getTilingType()
public java.awt.geom.Rectangle2D getBBox()
public int getXStep()
public int getYStep()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||