|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.parser.clipper.ClipperBase
public abstract class ClipperBase
| Nested Class Summary | |
|---|---|
protected class |
ClipperBase.LocalMinima
|
protected class |
ClipperBase.Scanbeam
|
| Nested classes/interfaces inherited from interface com.itextpdf.text.pdf.parser.clipper.Clipper |
|---|
Clipper.ClipType, Clipper.Direction, Clipper.EndType, Clipper.JoinType, Clipper.PolyFillType, Clipper.PolyType, Clipper.ZFillCallback |
| Field Summary | |
|---|---|
protected ClipperBase.LocalMinima |
currentLM
|
protected boolean |
hasOpenPaths
|
protected ClipperBase.LocalMinima |
minimaList
|
protected boolean |
preserveCollinear
|
| Fields inherited from interface com.itextpdf.text.pdf.parser.clipper.Clipper |
|---|
PRESERVE_COLINEAR, REVERSE_SOLUTION, STRICTLY_SIMPLE |
| Constructor Summary | |
|---|---|
protected |
ClipperBase(boolean preserveCollinear)
|
| Method Summary | |
|---|---|
boolean |
addPath(Path pg,
Clipper.PolyType polyType,
boolean Closed)
|
boolean |
addPaths(Paths ppg,
Clipper.PolyType polyType,
boolean closed)
|
void |
clear()
|
boolean |
isPreserveCollinear()
|
protected void |
popLocalMinima()
|
protected void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.itextpdf.text.pdf.parser.clipper.Clipper |
|---|
execute, execute, execute, execute |
| Field Detail |
|---|
protected ClipperBase.LocalMinima minimaList
protected ClipperBase.LocalMinima currentLM
protected boolean hasOpenPaths
protected final boolean preserveCollinear
| Constructor Detail |
|---|
protected ClipperBase(boolean preserveCollinear)
| Method Detail |
|---|
public boolean addPath(Path pg,
Clipper.PolyType polyType,
boolean Closed)
addPath in interface Clipper
public boolean addPaths(Paths ppg,
Clipper.PolyType polyType,
boolean closed)
addPaths in interface Clipperpublic void clear()
clear in interface Clipperpublic boolean isPreserveCollinear()
protected void popLocalMinima()
protected void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||