Package net.sourceforge.plantuml.geom
Class Kingdom
- java.lang.Object
-
- net.sourceforge.plantuml.geom.Kingdom
-
public class Kingdom extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Kingdom()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PolylineaddDirectLink(Point2DInt start, Point2DInt end)PolylineaddPath(Point2DInt start, Point2DInt end)Deprecated.voidaddSegment(LineSegmentInt seg)booleanarePointsConnectable(Point2DInt p1, Point2DInt p2)booleanequals(java.lang.Object obj)java.util.Set<ClosedArea>getAllClosedArea()PolylinegetPath(Pointable start, Pointable end)protected java.util.Set<LineSegmentInt>getSegments()SingularitygetSingularity(Point2DInt center)inthashCode()booleanisConnectable(Neighborhood n1, Neighborhood n2)booleanisConnectable(Point2DInt p, Neighborhood n)booleanisSimpleSegmentPossible(Point2DInt start, Point2DInt end)protected booleanknowThisPoint(Point2DInt p)java.lang.StringtoString()
-
-
-
Method Detail
-
getAllClosedArea
public java.util.Set<ClosedArea> getAllClosedArea()
-
arePointsConnectable
public boolean arePointsConnectable(Point2DInt p1, Point2DInt p2)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
knowThisPoint
protected boolean knowThisPoint(Point2DInt p)
-
addSegment
public void addSegment(LineSegmentInt seg)
-
getSegments
protected final java.util.Set<LineSegmentInt> getSegments()
-
addPath
@Deprecated public Polyline addPath(Point2DInt start, Point2DInt end)
Deprecated.
-
addDirectLink
public Polyline addDirectLink(Point2DInt start, Point2DInt end)
-
isSimpleSegmentPossible
public boolean isSimpleSegmentPossible(Point2DInt start, Point2DInt end)
-
isConnectable
public boolean isConnectable(Point2DInt p, Neighborhood n)
-
isConnectable
public boolean isConnectable(Neighborhood n1, Neighborhood n2)
-
getSingularity
public Singularity getSingularity(Point2DInt center)
-
-