@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface SVGBoundingBoxOptions
| Modifier and Type | Method and Description |
|---|---|
boolean |
clipped() |
default SVGBoundingBoxOptions |
clipped(boolean clipped) |
static SVGBoundingBoxOptions |
create() |
boolean |
fill() |
default SVGBoundingBoxOptions |
fill(boolean fill) |
boolean |
markers() |
default SVGBoundingBoxOptions |
markers(boolean markers) |
void |
setClipped(boolean clipped) |
void |
setFill(boolean fill) |
void |
setMarkers(boolean markers) |
void |
setStroke(boolean stroke) |
boolean |
stroke() |
default SVGBoundingBoxOptions |
stroke(boolean stroke) |
@JsOverlay @Nonnull static SVGBoundingBoxOptions create()
@JsProperty(name="clipped") boolean clipped()
@JsProperty void setClipped(boolean clipped)
@JsOverlay @Nonnull default SVGBoundingBoxOptions clipped(boolean clipped)
@JsProperty(name="fill") boolean fill()
@JsProperty void setFill(boolean fill)
@JsOverlay @Nonnull default SVGBoundingBoxOptions fill(boolean fill)
@JsProperty(name="markers") boolean markers()
@JsProperty void setMarkers(boolean markers)
@JsOverlay @Nonnull default SVGBoundingBoxOptions markers(boolean markers)
@JsProperty(name="stroke") boolean stroke()
@JsProperty void setStroke(boolean stroke)
@JsOverlay @Nonnull default SVGBoundingBoxOptions stroke(boolean stroke)