Interface IResizableContentPart<V extends javafx.scene.Node>

    • Method Detail

      • getContentSize

        Dimension getContentSize()
        Returns the current size according to this part's content.
        Returns:
        The current size according to this part's content.
      • setContentSize

        void setContentSize​(Dimension totalSize)
        Resizes the content element as specified by the given Dimension.
        Parameters:
        totalSize - The new size.