Modifier and Type | Method and Description |
---|---|
Point |
Point.add(Point p) |
Point |
Point.clone() |
Point |
LocatedMorph.getDestination() |
Point |
Rect.getMidPoint() |
Point |
FreeBoxManager.getMidPoint(Dim scale,
Rect box) |
abstract Point |
BoxManager.getMidPoint(Dim dimension,
Rect box)
Given supplied dimension of the entire array of boxes, return the
midpoint of the nth box (starting with n = 0).
|
Point |
GridBoxManager.getMidPoint(Dim dimension,
Rect box) |
Point |
BoxManager.getOrigin(Dim size,
int selectedBoxNo) |
Point |
LocatedMorph.getPosition() |
Point |
BoxedMorph.getPosition(Dim dimension) |
Point |
Point.subtract(Point p) |
Point |
DoublePoint.toPoint(int scale) |
Point |
GeometryManager.toWatchmakerPoint(java.lang.Object awtPoint) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Point> |
FreeBoxManager.getMidPoints(Dim scale) |
abstract java.util.Vector<Point> |
BoxManager.getMidPoints(Dim dimension)
For the given dimension of the entire array of boxes, return a vector of
Points describing the midpoints of each box, in row-major order.
|
java.util.Vector<Point> |
GridBoxManager.getMidPoints(Dim dimension) |
Modifier and Type | Method and Description |
---|---|
Point |
Point.add(Point p) |
boolean |
Rect.contains(Point p) |
boolean |
DoubleRect.contains(Point p) |
void |
DoubleRect.expandPoint(Point point,
double thick) |
void |
Rect.expandPoint(Point point,
int thick) |
Rect |
BoxManager.getBoxContainingPoint(Point p,
Dim d)
Find the box within the array containing a particular point, in reverse
order to the natural (drawing) order.
|
void |
LocatedMorph.setDestination(Point destination) |
void |
LocatedMorph.setPosition(Point position) |
Point |
Point.subtract(Point p) |
Constructor and Description |
---|
Point(Point point) |
Modifier and Type | Method and Description |
---|---|
BoxedMorph |
BoxedMorphCollection.getBoxedMorph(Point p,
Dim d)
Calls BoxManager.getBoxContainingPoint() to find the box at the given point
with the given dimensions for the region, then calls getBoxedMorph with
the box to return the BoxedMorph inside it (if any.)
|
Constructor and Description |
---|
ArthroLin(Point startPt,
Point endPt,
int color,
int thickness) |
ArthroLin(Point startPt,
Point endPt,
int color,
int thickness,
ArthroLimbType arthroLimbType) |
Constructor and Description |
---|
ColourLin(Point startPt,
Point endPt,
int thickness,
int color) |
Modifier and Type | Method and Description |
---|---|
Point |
RealPoint.toPoint() |
Modifier and Type | Field and Description |
---|---|
Point |
Lin.endPt |
Point |
Lin.startPt |
Constructor and Description |
---|
Lin(Point startPt,
Point endPt) |
MonoLin(Point startPt,
Point endPt,
int thickness) |
Modifier and Type | Method and Description |
---|---|
void |
MorphViewPanelMouseHandler.processMouseClicked(Point point,
Dim size) |
void |
SimpleMorphViewPanel.processMouseClicked(Point point,
Dim size) |
void |
MorphViewPanel.processMouseClicked(Point point,
Dim size) |
void |
MorphViewPanelMouseHandler.processMouseDragged(Point watchmakerPoint,
Dim watchmakerDim) |
void |
SimpleMorphViewPanel.processMouseDragged(Point watchmakerPoint,
Dim watchmakerDim) |
void |
MorphViewPanel.processMouseDragged(Point watchmakerPoint,
Dim watchmakerDim) |
void |
MorphViewPanelMouseHandler.processMouseMotion(Point myPt,
Dim size) |
void |
MorphViewPanel.processMouseMotion(Point myPt,
Dim size) |
void |
MorphViewPanelMouseHandler.processMousePressed(Point watchmakerPoint,
Dim watchmakerDim) |
void |
SimpleMorphViewPanel.processMousePressed(Point watchmakerPoint,
Dim watchmakerDim) |
void |
MorphViewPanel.processMousePressed(Point watchmakerPoint,
Dim watchmakerDim) |
void |
MorphViewPanelMouseHandler.processMouseReleased(Point watchmakerPoint,
Dim watchmakerDim) |
void |
SimpleMorphViewPanel.processMouseReleased(Point watchmakerPoint,
Dim watchmakerDim) |
void |
MorphViewPanel.processMouseReleased(Point watchmakerPoint,
Dim watchmakerDim) |
Modifier and Type | Method and Description |
---|---|
Point |
AWTGeometryManager.toWatchmakerPoint(java.lang.Object awtPoint) |
Modifier and Type | Method and Description |
---|---|
void |
SwingBreedingMorphViewPanel.processMouseMotion(Point myPt,
Dim size) |
void |
SwingBreedingMorphViewPanel.processMousePressed(Point myPt,
Dim size) |
Modifier and Type | Method and Description |
---|---|
void |
SwingEngineeringMorphViewPanel.processMouseClicked(Point point,
Dim size) |
Modifier and Type | Method and Description |
---|---|
void |
SwingMorphViewPanel.processMouseClicked(Point myPt,
Dim Size) |
void |
SwingMorphViewPanel.processMouseMotion(Point myPt,
Dim size) |
Modifier and Type | Method and Description |
---|---|
void |
SwingTriangleMorphViewPanel.processMouseClicked(Point point,
Dim size) |
void |
SwingTriangleMorphViewPanel.processMouseMotion(Point point,
Dim size) |