| Package | Description |
|---|---|
| net.sourceforge.plantuml.geom |
| Modifier and Type | Method and Description |
|---|---|
LineSegmentInt |
ClosedArea.getLastSegment() |
LineSegmentInt |
LineSegmentInt.inflateXAlpha(InflateData inflateData) |
LineSegmentInt |
LineSegmentInt.inflateYAlpha(InflateData inflateData) |
LineSegmentInt |
LineSegmentInt.translate(int deltaX,
int deltaY) |
| Modifier and Type | Method and Description |
|---|---|
List<LineSegmentInt> |
InflationTransform.inflate(Collection<LineSegmentInt> segments) |
List<LineSegmentInt> |
PolylineBreakeable.segments() |
List<LineSegmentInt> |
PolylineImpl.segments() |
List<LineSegmentInt> |
Polyline.segments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Singularity.addLineSegment(LineSegmentInt seg) |
void |
ClosedArea.addSegment(LineSegmentInt seg) |
boolean |
LineSegmentInt.atLeastOneCommonExtremities(LineSegmentInt other) |
boolean |
Box.doesIntersect(LineSegmentInt seg) |
boolean |
LineSegmentInt.doesIntersectButNotSameExtremity(LineSegmentInt other) |
Point2DInt |
LineSegmentInt.getCommonExtremities(LineSegmentInt other) |
Point2DInt[] |
Box.getCornersOfOneSide(LineSegmentInt seg,
int sgn) |
Point2DInt[] |
Box.intersect(LineSegmentInt seg) |
boolean |
LineSegmentInt.sameExtremities(LineSegmentInt other) |
| Modifier and Type | Method and Description |
|---|---|
List<LineSegmentInt> |
InflationTransform.inflate(Collection<LineSegmentInt> segments) |
Copyright © 2017. All rights reserved.