All Packages Class Hierarchy This Package Previous Next Index
Class aioli.ppml.PPEngine
java.lang.Object
|
+----aioli.ppml.RuleInfo
|
+----aioli.ppml.PPEngine
- public class PPEngine
- extends RuleInfo
-
PPEngine(Pprinter)
-
-
box2vtp(IPath)
-
-
build(Tree, int, AStack, String)
-
-
buildTop(Tree, int, String)
-
-
display(Tree, int)
-
-
getBox()
-
-
getSkeleton()
-
-
getTree()
-
-
modif(MPath)
-
-
modif(Tree, int, AStack, String, Skeleton, MPath)
-
-
setPprinter(Pprinter)
-
-
softBuild(Tree, int, AStack, String)
-
-
vtp2box(IPath)
-
PPEngine
public PPEngine(Pprinter pprinter)
setPprinter
public void setPprinter(Pprinter pprinter)
build
public Skeleton build(Tree tree,
int holo,
AStack annot,
String context)
buildTop
public void buildTop(Tree tree,
int holo,
String context)
softBuild
public Skeleton softBuild(Tree tree,
int holo,
AStack annot,
String context)
- Overrides:
- softBuild in class RuleInfo
box2vtp
public IPath box2vtp(IPath pathb)
vtp2box
public IPath vtp2box(IPath patht)
modif
public MBPath modif(Tree tree,
int holo,
AStack annot,
String context,
Skeleton sk,
MPath patht)
- Overrides:
- modif in class RuleInfo
getSkeleton
public Skeleton getSkeleton()
getBox
public GlyphInterface getBox()
getTree
public Tree getTree()
display
public GlyphInterface display(Tree tree,
int holo)
modif
public MBPath modif(MPath path)
All Packages Class Hierarchy This Package Previous Next Index