JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
votorola.g.web.gwt.svg
Interface SVGNest<P extends SVGNest<?>>
All Superinterfaces:
SVGWrapper
All Known Implementing Classes:
CenterCircle
,
CenterNodeV
,
Circle
,
NodeV
,
SVGParaNest
,
VoterCircle
,
VoterNodeV
,
VotespaceV
public interface
SVGNest
<P extends SVGNest<?>> extends
SVGWrapper
An SVG wrapper in a nested containment structure.
Method Summary
Methods
Modifier and Type
Method and Description
P
parent
()
The wrapper parent of which this wrapper is a component, or null if there is none.
Methods inherited from interface
SVGWrapper
svgView
Method Detail
parent
P
parent
()
The wrapper parent of which this wrapper is a component, or null if there is none. Wrapper ancestry will typically shadow that of the original SVG nodes, which are blind to the presence of the wrappers.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method