public interface TernaryVennLayout extends VennLayout
Modifier and Type | Method and Description |
---|---|
Point2D |
firstOnlyLuneCenter()
Return the lune center of the first only area.
|
Point2D |
firstSecondLuneCenter()
Return the lune center of the first second area.
|
Shape |
firstShape()
Return the shape for the first set.
|
Point2D |
firstThirdLuneCenter()
Return the lune center of the first third area.
|
Point2D |
intersectionLuneCenter()
Return the lune center of the intersection area.
|
Point2D |
secondOnlyLuneCenter()
Return the lune center of the second only area.
|
Shape |
secondShape()
Return the shape for the second set.
|
Point2D |
secondThirdLuneCenter()
Return the lune center of the second third area.
|
Point2D |
thirdOnlyLuneCenter()
Return the lune center of the third only area.
|
Shape |
thirdShape()
Return the shape for the third set.
|
boundingRectangle, get, luneCenter, size
Shape firstShape()
Shape secondShape()
Shape thirdShape()
Point2D firstOnlyLuneCenter()
Point2D secondOnlyLuneCenter()
Point2D thirdOnlyLuneCenter()
Point2D firstSecondLuneCenter()
Point2D firstThirdLuneCenter()
Point2D secondThirdLuneCenter()
Point2D intersectionLuneCenter()
Copyright (c) 2009-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).