Uses of Class
org.jungrapht.visualization.layout.model.Point
-
-
Uses of Point in org.jungrapht.samples.sugiyama.test.algorithms
Methods in org.jungrapht.samples.sugiyama.test.algorithms that return types with arguments of type Point Modifier and Type Method Description Function<E,List<Point>>
BrandesKopfLayoutAlgorithm. getEdgeArticulationFunction()
Function<E,List<Point>>
LayeredLayoutAlgorithm. getEdgeArticulationFunction()
-
Uses of Point in org.jungrapht.visualization
Fields in org.jungrapht.visualization with type parameters of type Point Modifier and Type Field Description protected Function<V,Point>
VisualizationModel.Builder. initializer
aFunction
to set initial vertex locationsMethod parameters in org.jungrapht.visualization with type arguments of type Point Modifier and Type Method Description B
VisualizationModel.Builder. initializer(Function<V,Point> initializer)
-
Uses of Point in org.jungrapht.visualization.decorators
Fields in org.jungrapht.visualization.decorators with type parameters of type Point Modifier and Type Field Description protected Function<E,List<Point>>
ArticulatedEdgeShapeFunction. edgeArticulationFunction
Methods in org.jungrapht.visualization.decorators that return types with arguments of type Point Modifier and Type Method Description Function<E,List<Point>>
ArticulatedEdgeShapeFunction. getEdgeArticulationFunction()
Method parameters in org.jungrapht.visualization.decorators with type arguments of type Point Modifier and Type Method Description static Shape
ArticulatedEdgeShapeFunctions. makeReverseUnitShape(List<Point> list)
This is for articulated edge shapes that have intermediate articulation points.static Shape
ArticulatedEdgeShapeFunctions. makeUnitShape(List<Point> list)
This is for articulated edge shapes that have intermediate articulation points.void
ArticulatedEdgeShapeFunction. setEdgeArticulationFunction(Function<E,List<Point>> edgeArticulationFunction)
-
Uses of Point in org.jungrapht.visualization.layout.algorithms
Fields in org.jungrapht.visualization.layout.algorithms with type parameters of type Point Modifier and Type Field Description protected Map<E,List<Point>>
AbstractHierarchicalMinCrossLayoutAlgorithm. edgePointMap
protected Map<V,Point>
FRLayoutAlgorithm. frVertexData
protected Function<V,Point>
FRLayoutAlgorithm. initializer
Methods in org.jungrapht.visualization.layout.algorithms that return Point Modifier and Type Method Description protected Point
RadialEdgeAwareTreeLayoutAlgorithm. getCartesian(LayoutModel<V> layoutModel, V vertex)
protected Point
RadialTreeLayoutAlgorithm. getCartesian(LayoutModel<V> layoutModel, V vertex)
protected Point
TidierRadialTreeLayoutAlgorithm. getCartesian(LayoutModel<V> layoutModel, V vertex)
Point
BalloonLayoutAlgorithm. getCenter(LayoutModel<V> layoutModel, V vertex)
Point
RadialTreeLayout. getCenter(LayoutModel<V> layoutModel)
Point
TidierRadialTreeLayoutAlgorithm. getCenter(LayoutModel<V> layoutModel)
Point
TreeLayoutAlgorithm. getCenter(LayoutModel<V> layoutModel)
protected Point
FRLayoutAlgorithm. getFRData(V vertex)
protected Point
RadialEdgeAwareTreeLayoutAlgorithm. getMaxXY(LayoutModel<V> layoutModel)
protected Point
RadialTreeLayoutAlgorithm. getMaxXY(LayoutModel<V> layoutModel)
protected Point
TidierRadialTreeLayoutAlgorithm. getMaxXY(LayoutModel<V> layoutModel)
Methods in org.jungrapht.visualization.layout.algorithms that return types with arguments of type Point Modifier and Type Method Description Function<E,List<Point>>
AbstractHierarchicalMinCrossLayoutAlgorithm. getEdgeArticulationFunction()
Methods in org.jungrapht.visualization.layout.algorithms with parameters of type Point Modifier and Type Method Description void
DAGLayoutAlgorithm. setLocation(V picked, Point p)
Override forceMove so that if someone moves a vertex, we can re-layout everything.protected void
BalloonLayoutAlgorithm. setPolars(LayoutModel<V> layoutModel, Collection<V> kids, Point parentLocation, double angleToParent, double parentRadius, Set<V> seen)
Method parameters in org.jungrapht.visualization.layout.algorithms with type arguments of type Point Modifier and Type Method Description B
ForceAtlas2LayoutAlgorithm.Builder. initializer(Function<V,Point> initializer)
Set this function if you want to use pre-computed or old layout. -
Uses of Point in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger with type parameters of type Point Modifier and Type Field Description protected Map<E,List<Point>>
EiglspergerRunnable. edgePointMap
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return Point Modifier and Type Method Description Point
HorizontalCompactionDeprecated. getPoint(LV<V> v)
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return types with arguments of type Point Modifier and Type Method Description Map<E,List<Point>>
EiglspergerRunnable. getEdgePointMap()
Method parameters in org.jungrapht.visualization.layout.algorithms.eiglsperger with type arguments of type Point Modifier and Type Method Description protected List<LV<V>>
HorizontalCoordinateAssignment. misAligned(Map<LV<V>,Point> pointMap)
protected boolean
HorizontalCoordinateAssignment. misAligned(LV<V> v, Map<LV<V>,Point> map)
protected List<LV<V>>
HorizontalCoordinateAssignmentDeprecated. misAligned(Map<LV<V>,Point> pointMap)
protected boolean
HorizontalCoordinateAssignmentDeprecated. misAligned(LV<V> v, Map<LV<V>,Point> map)
-
Uses of Point in org.jungrapht.visualization.layout.algorithms.repulsion
Fields in org.jungrapht.visualization.layout.algorithms.repulsion with type parameters of type Point Modifier and Type Field Description protected Map<V,Point>
StandardFA2Repulsion.Builder. frVertexData
protected Map<V,Point>
StandardFA2Repulsion. frVertexData
protected Map<V,Point>
StandardFRRepulsion.Builder. frVertexData
protected Map<V,Point>
StandardFRRepulsion. frVertexData
protected Function<V,Point>
StandardFA2Repulsion.Builder. initializer
protected Function<V,Point>
StandardFA2Repulsion. initializer
protected Function<V,Point>
StandardFRRepulsion.Builder. initializer
protected Function<V,Point>
StandardFRRepulsion. initializer
Method parameters in org.jungrapht.visualization.layout.algorithms.repulsion with type arguments of type Point Modifier and Type Method Description B
StandardFA2Repulsion.Builder. initializer(Function<V,Point> initializer)
B
StandardFRRepulsion.Builder. initializer(Function<V,Point> initializer)
BarnesHutFRRepulsion.Builder<V>
BarnesHutFRRepulsion.Builder. nodeData(Map<V,Point> frVertexData)
B
StandardFA2Repulsion.Builder. nodeData(Map<V,Point> frVertexData)
B
StandardFRRepulsion.Builder. nodeData(Map<V,Point> frVertexData)
-
Uses of Point in org.jungrapht.visualization.layout.algorithms.sugiyama
Fields in org.jungrapht.visualization.layout.algorithms.sugiyama declared as Point Modifier and Type Field Description protected Point
LVI. p
Fields in org.jungrapht.visualization.layout.algorithms.sugiyama with type parameters of type Point Modifier and Type Field Description protected Map<E,List<Point>>
SugiyamaRunnable. edgePointMap
protected List<Point>
ArticulatedEdge. intermediatePoints
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return Point Modifier and Type Method Description static Point
AverageMedian. averageMedianPoint(Point... points)
static Point
AverageMedian. averagePoint(Point... points)
Point
HorizontalCompaction. getPoint(LV<V> v)
Point
LV. getPoint()
Point
LVI. getPoint()
static Point
AverageMedian. medianPoint(Point... points)
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return types with arguments of type Point Modifier and Type Method Description Map<E,List<Point>>
SugiyamaRunnable. getEdgePointMap()
List<Point>
ArticulatedEdge. getIntermediatePoints()
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama with parameters of type Point Modifier and Type Method Description void
ArticulatedEdge. addIntermediatePoint(Point p)
static Point
AverageMedian. averageMedianPoint(Point... points)
static Point
AverageMedian. averagePoint(Point... points)
static Point
AverageMedian. medianPoint(Point... points)
void
LV. setPoint(Point p)
void
LVI. setPoint(Point p)
Method parameters in org.jungrapht.visualization.layout.algorithms.sugiyama with type arguments of type Point Modifier and Type Method Description static <V> void
Unaligned. centerPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
Unaligned. setPoints(List<List<LV<V>>> layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
Unaligned. setPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
Constructors in org.jungrapht.visualization.layout.algorithms.sugiyama with parameters of type Point Constructor Description LVI(V vertex, int rank, int index, int pos, double measure, Point p)
-
Uses of Point in org.jungrapht.visualization.layout.algorithms.util
Methods in org.jungrapht.visualization.layout.algorithms.util that return Point Modifier and Type Method Description Point
PointSummaryStatistics. getAverage()
Point
PointSummaryStatistics. getMax()
Point
PointSummaryStatistics. getMin()
Point
PointSummaryStatistics. getSum()
Methods in org.jungrapht.visualization.layout.algorithms.util that return types with arguments of type Point Modifier and Type Method Description default Function<E,List<Point>>
EdgeArticulationFunctionSupplier. getEdgeArticulationFunction()
Map<E,List<Point>>
LayeredRunnable. getEdgePointMap()
Methods in org.jungrapht.visualization.layout.algorithms.util with parameters of type Point Modifier and Type Method Description void
PointConsumer. accept(Point p)
void
PointSummaryStatistics. accept(Point p)
-
Uses of Point in org.jungrapht.visualization.layout.event
Fields in org.jungrapht.visualization.layout.event declared as Point Modifier and Type Field Description Point
LayoutVertexPositionChange.Event. location
Methods in org.jungrapht.visualization.layout.event with parameters of type Point Modifier and Type Method Description void
LayoutVertexPositionChange.Support. fireLayoutVertexPositionChanged(V vertex, Point location)
void
LayoutVertexPositionChange.SupportImpl. fireLayoutVertexPositionChanged(V vertex, Point location)
Constructors in org.jungrapht.visualization.layout.event with parameters of type Point Constructor Description Event(V vertex, Point location)
GraphEvent(V vertex, org.jgrapht.Graph<V,?> graph, Point location)
-
Uses of Point in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as Point Modifier and Type Field Description Point
Circle. center
the center Point of this circlestatic Point
Point. ORIGIN
Point at location (0,0)Fields in org.jungrapht.visualization.layout.model with type parameters of type Point Modifier and Type Field Description protected Function<V,Point>
DefaultLayoutModel. initializer
protected Map<LayoutModel<V>,Point>
AggregateLayoutModel. layouts
protected Map<V,Point>
DefaultLayoutModel. locations
Methods in org.jungrapht.visualization.layout.model that return Point Modifier and Type Method Description Point
Point. add(double dx, double dy)
Point
Point. add(Point other)
Point
AggregateLayoutModel. apply(V vertex)
Returns the location of the vertex.Point
DefaultLayoutModel. apply(V vertex)
static Point
Point. centroidOf(Collection<Point> points)
Point
AggregateLayoutModel. get(LayoutModel<V> layout)
Point
AggregateLayoutModel. get(V vertex)
Point
DefaultLayoutModel. get(V vertex)
Point
LayoutModel. get(V vertex)
default Point
LayoutModel. getCenter()
Point
Rectangle. max()
Point
Rectangle. min()
Point
Point. multiply(double factor)
static Point
Point. of(double x, double y)
static Point
PolarPoint. polarToCartesian(double theta, double radius)
static Point
PolarPoint. polarToCartesian(PolarPoint polar)
Methods in org.jungrapht.visualization.layout.model that return types with arguments of type Point Modifier and Type Method Description Map<V,Point>
AggregateLayoutModel. getLocations()
Map<V,Point>
DefaultLayoutModel. getLocations()
default Map<V,Point>
LayoutModel. getLocations()
Methods in org.jungrapht.visualization.layout.model with parameters of type Point Modifier and Type Method Description Point
Point. add(Point other)
static PolarPoint
PolarPoint. cartesianToPolar(Point point)
boolean
Circle. contains(Point p)
boolean
Rectangle. contains(Point p)
double
Point. distance(Point other)
double
Point. distanceSquared(Point other)
static Rectangle
Rectangle. from(Point min, Point max)
static Circle
Circle. of(Point center, double radius)
void
AggregateLayoutModel. put(LayoutModel<V> layoutModel, Point center)
Adds the passed layout as a sublayout, and specifies the center of where this sublayout should appear.void
AbstractLayoutModel. set(V vertex, Point location)
void
AggregateLayoutModel. set(V vertex, Point location)
void
DefaultLayoutModel. set(V vertex, Point location)
void
LayoutModel. set(V vertex, Point location)
Changes the layout coordinates ofvertex
tolocation
.Method parameters in org.jungrapht.visualization.layout.model with type arguments of type Point Modifier and Type Method Description static Point
Point. centroidOf(Collection<Point> points)
B
LayoutModel.Builder. initializer(Function<V,Point> initializer)
sets the initializer to use for new verticesvoid
AggregateLayoutModel. setInitializer(Function<V,Point> initializer)
void
DefaultLayoutModel. setInitializer(Function<V,Point> initializer)
void
LayoutModel. setInitializer(Function<V,Point> initializer)
Constructors in org.jungrapht.visualization.layout.model with parameters of type Point Constructor Description Circle(Point center, double radius)
Create an instance with passed parameters -
Uses of Point in org.jungrapht.visualization.layout.quadtree
Fields in org.jungrapht.visualization.layout.quadtree declared as Point Modifier and Type Field Description Point
ForceObject. f
force vectorPoint
ForceObject. p
location of pMethod parameters in org.jungrapht.visualization.layout.quadtree with type arguments of type Point Modifier and Type Method Description void
BarnesHutQuadTree. rebuild(Collection<T> elements, Function<T,Point> locations)
rebuild the quad tree with the nodes and location mappings of the passed LayoutModelConstructors in org.jungrapht.visualization.layout.quadtree with parameters of type Point Constructor Description ForceObject(T element, Point p)
ForceObject(T element, Point p, double mass)
-
Uses of Point in org.jungrapht.visualization.layout.util
Methods in org.jungrapht.visualization.layout.util that return Point Modifier and Type Method Description Point
RandomLocationTransformer. apply(V vertex)
Methods in org.jungrapht.visualization.layout.util with parameters of type Point Modifier and Type Method Description E
EdgeAccessor. getEdge(LayoutModel<V> layoutModel, Point p)
V
RadiusVertexAccessor. getVertex(LayoutModel<V> layoutModel, Point p)
V
VertexAccessor. getVertex(LayoutModel<V> layoutModel, Point p)
-
Uses of Point in org.jungrapht.visualization.layout.util.synthetics
Fields in org.jungrapht.visualization.layout.util.synthetics with type parameters of type Point Modifier and Type Field Description protected List<Point>
ArticulatedEdge. intermediatePoints
Methods in org.jungrapht.visualization.layout.util.synthetics that return types with arguments of type Point Modifier and Type Method Description List<Point>
ArticulatedEdge. getIntermediatePoints()
Methods in org.jungrapht.visualization.layout.util.synthetics with parameters of type Point Modifier and Type Method Description void
ArticulatedEdge. addIntermediatePoint(Point p)
-
Uses of Point in org.jungrapht.visualization.renderers
Methods in org.jungrapht.visualization.renderers that return Point Modifier and Type Method Description protected Point
HeavyweightVertexLabelRenderer. getAnchorPoint(Rectangle2D vertexBounds, Dimension labelSize, Renderer.VertexLabel.Position position)
-
Uses of Point in org.jungrapht.visualization.selection
Methods in org.jungrapht.visualization.selection with parameters of type Point Modifier and Type Method Description E
ShapePickSupport. getEdge(LayoutModel<V> layoutModel, Point p)
V
ShapePickSupport. getVertex(LayoutModel<V> layoutModel, Point p)
-
Uses of Point in org.jungrapht.visualization.spatial
Methods in org.jungrapht.visualization.spatial with parameters of type Point Modifier and Type Method Description protected int
SpatialGrid. getBoxNumberFromLocation(Point p)
give a Point in the coordinate system, return the box number that contains itprotected org.jungrapht.visualization.spatial.SpatialQuadTree.Quadrant
SpatialQuadTree. getQuadrant(Point p)
find the quadrant that the point would be invoid
Spatial.NoOp. update(T element, Point location)
nothing to updatevoid
Spatial. update(T element, Point location)
update the spatial structure with the (possibly new) location of the passed elementvoid
SpatialGrid. update(V vertex, Point location)
update the location of a vertex in the map of box number to vertex listsvoid
SpatialQuadTree. update(V node, Point location)
Update the structure for the passed node.void
SpatialRTree.Edges. update(E element, Point location)
update the position of the passed nodevoid
SpatialRTree.Vertices. update(V element, Point location)
update the position of the passed nodevoid
SwingThreadSpatial. update(T element, Point location)
-
Uses of Point in org.jungrapht.visualization.util
Methods in org.jungrapht.visualization.util that return Point Modifier and Type Method Description static Point
AWT. convert(Point2D p2d)
static Point
PointUtils. convert(Point2D p2d)
Methods in org.jungrapht.visualization.util with parameters of type Point Modifier and Type Method Description static Point2D
AWT. convert(Point p)
static Point2D
PointUtils. convert(Point p)
E
RadiusGraphElementAccessor. getEdge(LayoutModel<V> layoutModel, Point p)
Gets the edge nearest to the point location selected, whose endpoints are <maxDistance
.Rectangle2D
BoundingRectangleCollector.Edges. getForElement(E element, Point p)
Rectangle2D
BoundingRectangleCollector.Edges. getForElement(E edge, Point p1, Point p2)
abstract Rectangle2D
BoundingRectangleCollector. getForElement(T element, Point p)
abstract Rectangle2D
BoundingRectangleCollector. getForElement(T element, Point p1, Point p2)
Rectangle2D
BoundingRectangleCollector.Points. getForElement(V vertex, Point p)
Rectangle2D
BoundingRectangleCollector.Points. getForElement(V vertex, Point p1, Point p2)
Rectangle2D
BoundingRectangleCollector.Vertices. getForElement(V vertex, Point p)
Rectangle2D
BoundingRectangleCollector.Vertices. getForElement(V vertex, Point p1, Point p2)
static <V,E>
voidVertexLocationAnimator. jumpPointToCenter(VisualizationServer<V,E> vv, Point newCenter)
static <V,E>
voidVertexLocationAnimator. scrollPointToCenter(VisualizationServer<V,E> vv, Point newCenter)
-