Package | Description |
---|---|
org.jamplate.model |
A package that specifies that primary components of a processor that uses the
jamplate-style processing.
|
Modifier and Type | Method and Description |
---|---|
@NotNull Sketch |
Sketch.get(cufy.util.Node.Key key)
Return the component of this sketch with the given
key . |
@NotNull Sketch |
Tree.getSketch()
Return the sketch assigned to this tree.
|
@NotNull Sketch |
Sketch.replace(cufy.util.Node.Key key)
Replace the component of this sketch with the given
key with another
sketch. |
@NotNull Sketch |
Sketch.setKind(@NotNull java.lang.String kind)
Set the kind of this sketch to be the given
kind . |
@NotNull Sketch |
Sketch.setName(@NotNull java.lang.String name)
Set the name of this sketch to be the given
name . |
Sketch |
Sketch.setTree(@NotNull Tree tree)
Set the tree this sketch is from to be the given
tree . |
Modifier and Type | Method and Description |
---|---|
void |
Tree.setSketch(@NotNull Sketch sketch)
Set the sketch of this tree to be the given
sketch . |
Constructor and Description |
---|
Tree(@NotNull Document document,
@NotNull Reference reference,
@NotNull Sketch sketch)
Construct a new tree with the given
reference and the given sketch . |
Tree(@NotNull Document document,
@NotNull Reference reference,
@NotNull Sketch sketch,
int zIndex)
Construct a new tree with the given
reference and the given sketch . |
Tree(@NotNull Document document,
@NotNull Sketch sketch)
Construct a new tree for the whole given
document . |
Tree(@NotNull Document document,
@NotNull Sketch sketch,
int zIndex)
Construct a new tree for the whole given
document . |