Documentation of 'math.geom2d.domain.Boundary2D' Java class
Boundary2D
math.geom2d.domain

Interface Boundary2D

    • Method Detail

      • isInside

        boolean isInside(Point2D pt)
        Returns true if the point is 'inside' the domain bounded by the curve.
        Specified by:
        isInside in interface OrientedCurve2D
        Parameters:
        pt - a point in the plane
        Returns:
        true if the point is on the left side of the curve.
      • continuousCurves

        java.util.Collection<? extends Contour2D> continuousCurves()
        Overloads the declaration of continuousCurves to return a collection of contours (instances of Contour2D).
        Specified by:
        continuousCurves in interface Curve2D
        Returns:
        a collection of continuous curves.
      • domain

        Domain2D domain()
        Returns the domain delimited by this boundary.
        Returns:
        the domain delimited by this boundary
      • fill

        void fill(java.awt.Graphics2D g2)
        Fills the interior of the boundary, using the Graphics current Paint.
        Parameters:
        g2 - the Graphics to fill on

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.