public abstract class SVGParaNest<P extends SVGNest<?>> extends Object implements SVGNest<P>
Constructor and Description |
---|
SVGParaNest() |
Modifier and Type | Method and Description |
---|---|
P |
parent()
The wrapper parent of which this wrapper is a component, or null if there is none.
|
void |
setParent(P newParent)
Sets the parent of this view; and if the parent is not null, simultaneously
appends the SVG component of this view to that of the parent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
svgView
public SVGParaNest()
public void setParent(P newParent)
SVGWrapper.svgView()