Interface ReplacedElement

    • Method Detail

      • getIntrinsicWidth

        int getIntrinsicWidth()
      • getIntrinsicHeight

        int getIntrinsicHeight()
      • getLocation

        java.awt.Point getLocation()
        Returns the current location where the element will be rendered on the canvas
        Returns:
        see desc
      • setLocation

        void setLocation​(int x,
                         int y)
        Assigns the new locations where the element will be rendered.
        Parameters:
        x - new horizontal pos
        y - new vertical pos
      • isRequiresInteractivePaint

        boolean isRequiresInteractivePaint()
      • hasBaseline

        boolean hasBaseline()
      • getBaseline

        int getBaseline()