Package omero.model

Class SmartPolylineI

    • Constructor Detail

      • SmartPolylineI

        public SmartPolylineI()
    • Method Detail

      • asAwtShape

        public java.awt.Shape asAwtShape()
        Description copied from interface: SmartShape
        Converts the current SmartShape to a Shape. This is useful for determining paths and included points.
        Specified by:
        asAwtShape in interface SmartShape
        Returns:
        the AWT shape
      • asPoints

        public java.util.List<Point> asPoints()
        Description copied from interface: SmartShape
        Provides some, possibly lossy, bounding polygon of this SmartShape via points.
        Specified by:
        asPoints in interface SmartShape
        Returns:
        the bounding polygon
      • randomize

        public void randomize​(java.util.Random random)
        Description copied from interface: SmartShape
        Initializes this shape with completely random data.
        Specified by:
        randomize in interface SmartShape
        Parameters:
        random - a random number generator