Package omero.model

Interface SmartShape

    • Method Detail

      • asAwtShape

        java.awt.Shape asAwtShape()
        Converts the current SmartShape to a Shape. This is useful for determining paths and included points.
        Returns:
        the AWT shape
      • asPoints

        java.util.List<Point> asPoints()
        Provides some, possibly lossy, bounding polygon of this SmartShape via points.
        Returns:
        the bounding polygon
      • randomize

        void randomize​(java.util.Random random)
        Initializes this shape with completely random data.
        Parameters:
        random - a random number generator