public class VertexAdjustment extends Vertex
auxiliary, BIT_CONSTRAINT, BIT_SYNTHETIC, reserved0, reserved1, status, x, y
Constructor and Description |
---|
VertexAdjustment(double x,
double y,
Vertex vertex)
Construct an instance with the specified Cartesian coordinates
while copying the attributes of the original vertex.
|
Modifier and Type | Method and Description |
---|---|
Vertex |
getVertex()
Gets the original vertex that was used to produce this instance
|
getAuxiliaryIndex, getDistance, getDistance, getDistanceSq, getDistanceSq, getIndex, getLabel, getStatus, getX, getY, getZ, isConstraintMember, isNull, isSynthetic, setAuxiliaryIndex, setConstraintMember, setIndex, setStatus, setSynthetic, toString
public VertexAdjustment(double x, double y, Vertex vertex)
x
- the adjusted x coordinatey
- the adjusted y coordinatevertex
- the original vertexpublic Vertex getVertex()
Copyright © 2021. All rights reserved.