public class SVGEllipse extends Ellipse2D.Double implements SVGShape
Ellipse2D.Double, Ellipse2D.Float
height, width, x, y
Constructor and Description |
---|
SVGEllipse(int x,
int y,
int w,
int h) |
Modifier and Type | Method and Description |
---|---|
void |
toSVG(SVGWriter out) |
void |
toSVG(SVGWriter out,
String[] attrs) |
getBounds2D, getHeight, getWidth, getX, getY, isEmpty, setFrame
contains, contains, equals, getPathIterator, hashCode, intersects
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects
public void toSVG(SVGWriter out) throws IOException
toSVG
in interface SVGShape
IOException
public void toSVG(SVGWriter out, String[] attrs) throws IOException
toSVG
in interface SVGShape
IOException
Copyright © 2005–2020. All rights reserved.