| Modifier and Type | Method and Description |
|---|---|
void |
GView.showAndAjustPositionToMagnetics(Vector2D position) |
| Modifier and Type | Field and Description |
|---|---|
Vector2D |
Anchor2D.direction |
static Vector2D |
Anchor2D.DIRECTION_BOTTOM |
static Vector2D |
Anchor2D.DIRECTION_FREE |
static Vector2D |
Anchor2D.DIRECTION_LEFT |
static Vector2D |
Anchor2D.DIRECTION_RIGHT |
static Vector2D |
Anchor2D.DIRECTION_TOP |
Vector2D |
Anchor2D.position |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
Vector2D.add(Vector2D v2) |
Vector2D |
Vector2D.append(Vector2D v2) |
Vector2D |
Vector2D.copy() |
Vector2D |
Anchor2D.getDirection() |
Vector2D |
Path2D.getEndDirection() |
Vector2D |
Anchor2D.getPosition() |
Vector2D |
Vector2D.normalize() |
Vector2D |
Vector2D.rotate(double degree) |
Vector2D |
Vector2D.setLength(double l) |
Vector2D |
Vector2D.shift(double dx,
double dy) |
Vector2D |
Vector2D.stretch(double f) |
Vector2D |
Vector2D.sub(Vector2D v2) |
static Vector2D |
Vector2D.vector(Point p) |
static Vector2D |
Vector2D.vector(Point2D p) |
Vector2D |
Vector2D.vectorLength(double l) |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
Vector2D.add(Vector2D v2) |
void |
Path2D.add(Vector2D v) |
Vector2D |
Vector2D.append(Vector2D v2) |
void |
Rect.create(Vector2D c1,
Vector2D c2,
double min_dx,
double min_dy) |
double |
Vector2D.cross(Vector2D v2) |
int |
Vector2D.crossSign(Vector2D v2) |
double |
Vector2D.dot(Vector2D v2) |
void |
Anchor2D.setDirection(Vector2D direction) |
void |
Anchor2D.setPosition(Vector2D position) |
Vector2D |
Vector2D.sub(Vector2D v2) |
| Constructor and Description |
|---|
Anchor2D(Vector2D position,
Vector2D direction) |
Rect(Vector2D c1,
Vector2D c2) |
Rect(Vector2D c1,
Vector2D c2,
double min_dx,
double min_dy) |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2D |
GEventDragElement.dragElementOffset |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2D |
GElement.oldPosition |
protected Vector2D |
GElement.position |
protected Vector2D |
GElementArrow.target |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
GElement.dragElementPosition(Vector2D p) |
Vector2D |
GElement.getPosition() |
Vector2D |
GElementArrow.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
void |
GElement.drag(Vector2D p) |
Vector2D |
GElement.dragElementPosition(Vector2D p) |
void |
GElement.moveToPosition(Vector2D position) |
void |
GElement.setAnchor(String key,
Vector2D position,
Vector2D direction) |
void |
GLink.setBezierControlPoints(Vector2D[] points) |
void |
GLink.setBezierLabelPosition(Vector2D position) |
void |
GElement.setPosition(Vector2D position) |
void |
GLink.setSourceOffset(Vector2D offset) |
void |
GElementArrow.setTarget(Vector2D target) |
void |
GLink.setTargetOffset(Vector2D offset) |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2D |
SArrow.anchor |
protected Vector2D[] |
SLinkBezier.controlPointsAbs |
protected Vector2D[] |
SLinkBezier.controlPointsRel |
protected Vector2D |
SLink.direction |
protected Vector2D |
SArrow.direction |
protected Vector2D |
SLink.end |
protected Vector2D |
SLink.endDirection |
protected Vector2D |
SLink.endOffset |
protected Vector2D |
SLink.endWithOffset |
protected Vector2D |
SLinkBezier.labelPositionAbs |
protected Vector2D |
SLinkBezier.labelPositionRel |
protected Vector2D |
SLinkElbow.offsetToMouse |
protected Vector2D |
SLinkBezier.oldEnd |
protected Vector2D |
SLinkBezier.oldStart |
protected Vector2D |
SLinkBezier.originalEndPointOffset |
protected Vector2D |
SLabel.position |
protected Vector2D |
SLink.start |
protected Vector2D |
SLink.startDirection |
protected Vector2D |
SLink.startOffset |
protected Vector2D |
SLink.startWithOffset |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
SLinkBezier.absToRel(Vector2D p) |
Vector2D |
SArrow.getAnchor() |
Vector2D |
SLink.getDirection() |
Vector2D |
SArrow.getDirection() |
Vector2D |
SLink.getEnd() |
Vector2D |
SLink.getEndDirection() |
Vector2D |
SLink.getEndOffset() |
Vector2D |
SLinkElbow.getEndWithOffset() |
Vector2D |
SLink.getEndWithOffset() |
Vector2D |
SLinkElbow.getOffsetToMouse() |
Vector2D |
SLabel.getPosition() |
Vector2D |
SLink.getStart() |
Vector2D |
SLink.getStartDirection() |
Vector2D |
SLink.getStartOffset() |
Vector2D |
SLinkElbow.getStartWithOffset() |
Vector2D |
SLink.getStartWithOffset() |
Vector2D |
SLinkBezier.relToAbs(Vector2D p,
int mode) |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
SLinkBezier.absToRel(Vector2D p) |
Vector2D |
SLinkBezier.relToAbs(Vector2D p,
int mode) |
void |
SArrow.setAnchor(Vector2D anchor) |
void |
SLinkBezier.setControlPoints(Vector2D[] points) |
void |
SLink.setDirection(Vector2D direction) |
void |
SArrow.setDirection(Vector2D direction) |
void |
SLink.setEnd(Vector2D end) |
void |
SLink.setEndDirection(Vector2D direction) |
void |
SLink.setEndOffset(Vector2D offset) |
void |
SLinkArc.setFlatenessByMouse(Vector2D mouse) |
void |
SLinkBezier.setLabelPosition(Vector2D position) |
void |
SLinkArc.setMouse(Vector2D mouse) |
void |
SLinkElbow.setMousePosition(Vector2D position) |
void |
SLinkArc.setMousePosition(Vector2D position) |
void |
SLink.setMousePosition(Vector2D position) |
void |
SLinkElbow.setOffsetToMouse(Vector2D offset) |
void |
SLabel.setPosition(Vector2D position) |
void |
SLink.setStart(Vector2D start) |
void |
SLink.setStartDirection(Vector2D direction) |
void |
SLink.setStartOffset(Vector2D offset) |
| Modifier and Type | Method and Description |
|---|---|
Vector2D[] |
GDOTImporterDOT.parseControlPoints(String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
GMagnetic.showAndAjust(Vector2D position,
Dimension realSize) |
| Modifier and Type | Field and Description |
|---|---|
protected Vector2D |
XJSmoothScrolling.v |
Copyright © 2013. All rights reserved.