Interface ViewBoxableDrawing

All Superinterfaces:
Drawing, Figure, PropertyBean, StyleableBean, StyleablePropertyBean, TreeNode<Figure>
All Known Implementing Classes:
AbstractViewBoxDrawing, SimpleDrawing, SimpleLayeredDrawing

public interface ViewBoxableDrawing extends Drawing, Figure
  • Field Details

    • VIEW_BOX_X

      static final CssSizeStyleableKey VIEW_BOX_X
      Defines the x-coordinate of the view-box.

      FIXME This is currently a mix-up of the width and height of the bounds=(0,0,width,height) with x- and y-coordinates of the viewBox=(viewbox-x,viewbox-y,viewbox-width,viewbox-height).

    • VIEW_BOX_Y

      static final CssSizeStyleableKey VIEW_BOX_Y
      Defines the y-coordinate of the view-box.

      FIXME This is currently a mix-up of the width and height of the bounds=(0,0,width,height) with x- and y-coordinates of the viewBox=(viewbox-x,viewbox-y,viewbox-width,viewbox-height).

    • VIEW_BOX

      static final CssRectangle2DStyleableMapAccessor VIEW_BOX
      Defines the view-box of the drawing.

      See w3.org.

      FIXME This is currently a mix-up of the width and height of the bounds=(0,0,width,height) with x- and y-coordinates of the viewBox=(viewbox-x,viewbox-y,viewbox-width,viewbox-height).