Modifier and Type | Method and Description |
---|---|
void |
drawU(UGraphic ug) |
static Balloon |
fromRadiusSegment(Segment centerToContact) |
Point2D |
getCenter() |
Balloon |
getInsideTangentBalloon1(double angle,
double curvation) |
Balloon |
getInsideTangentBalloon2(double angle,
double curvation) |
Point2D |
getPointOnCircle(double a) |
Point2D |
getPointOnCircleOppositeToThisPoint(Point2D passingBy) |
Point2D |
getPointOnCirclePassingByThisPoint(Point2D passingBy) |
double |
getRadius() |
Segment |
getSegmentCenterToPointOnCircle(double a) |
Balloon |
rotate(RotationZoom rotationZoom) |
String |
toString() |
Balloon |
translate(UTranslate translate) |
public Balloon(Point2D center, double radius)
public Point2D getPointOnCircle(double a)
public Segment getSegmentCenterToPointOnCircle(double a)
public Balloon translate(UTranslate translate)
public Balloon rotate(RotationZoom rotationZoom)
public Point2D getCenter()
public double getRadius()
public Balloon getInsideTangentBalloon1(double angle, double curvation)
public Balloon getInsideTangentBalloon2(double angle, double curvation)
public Point2D getPointOnCirclePassingByThisPoint(Point2D passingBy)
Copyright © 2017. All Rights Reserved.