Interface SizablePageItem

  • All Superinterfaces:
    java.lang.Cloneable, PageItem, java.io.Serializable
    All Known Implementing Classes:
    Curve, CustomTile, Line, TextBox

    public interface SizablePageItem
    extends PageItem
    Implemented by items that can be resized.
    Author:
    Chris Jennings
    • Method Detail

      • setSize

        void setSize​(double width,
                     double height)
        Set the new size of this item, in points.
        Parameters:
        width - the new width of the item
        height - the new height of the item