net.sourceforge.plantuml.geom
Class Neighborhood
java.lang.Object
net.sourceforge.plantuml.geom.Neighborhood
public class Neighborhood
- extends Object
Neighborhood
public Neighborhood(Point2DInt center)
Neighborhood
public Neighborhood(Point2DInt center,
double angle1,
double angle2)
is360
public boolean is360()
toString
public String toString()
- Overrides:
toString
in class Object
getCenter
public final Point2DInt getCenter()
getMiddle
public final double getMiddle()
isInAngleStrict
public boolean isInAngleStrict(double angle)
isInAngleLarge
public boolean isInAngleLarge(double angle)
isAngleLimit
public boolean isAngleLimit(double angle)
getOrientationFrom
public Orientation getOrientationFrom(double angle)
Copyright © 2011. All Rights Reserved.