public abstract static class Main.RectangleOptionHandler extends Main.SingleValueOptionHandler
Rectangle optionValue.
Subclasses should implement the handleOption method which
takes a Rectangle and an SVGConverter as parameters.| Constructor and Description |
|---|
RectangleOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleOption(Rectangle2D r,
SVGConverter c) |
void |
handleOption(String optionValue,
SVGConverter c) |
Rectangle2D.Float |
parseRect(String rectValue) |
getOptionValuesLength, safeHandleOptionhandleOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescriptionpublic void handleOption(String optionValue, SVGConverter c)
handleOption in class Main.SingleValueOptionHandlerpublic abstract void handleOption(Rectangle2D r, SVGConverter c)
public Rectangle2D.Float parseRect(String rectValue)
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.