public class SVGHandler.ClipPathElement extends Object
| Modifier and Type | Field and Description | 
|---|---|
Float | 
centerX  | 
Float | 
centerY  | 
GeneralPath | 
p  | 
Float | 
radius  | 
Float | 
radiusX  | 
Float | 
radiusY  | 
Float | 
rHeight  | 
Float | 
rWidth  | 
Float | 
rx  | 
Float | 
ry  | 
String | 
tagName  | 
Float | 
x  | 
Float | 
y  | 
| Constructor and Description | 
|---|
ClipPathElement()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCaller()  | 
void | 
setCaller(String localName)  | 
void | 
setClipPath(String tagName,
           com.pd4ml.svg.parser.Properties pp)  | 
String | 
toString()  | 
public String tagName
public GeneralPath p
public Float x
public Float y
public Float rWidth
public Float rHeight
public Float rx
public Float ry
public Float centerX
public Float centerY
public Float radius
public Float radiusX
public Float radiusY
Revision 4.0.15 / 20220727-0149