Uses of Class
org.stathissideris.ascii2image.graphics.ShapePoint
-
Uses of ShapePoint in org.stathissideris.ascii2image.graphics
Modifier and TypeMethodDescriptionDiagramShape.getCellEdgePointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Finds the point that represents the intersection between the cell edge that contains pointInCell and the line connecting pointInCell and otherPoint.DiagramShape.getCellEdgeProjectionPointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Returns C, if A is point in cell and B is otherPoint:ShapeEdge.getEndPoint()
ShapeEdge.getMiddle()
DiagramShape.getPoint
(int i) ShapeEdge.getStartPoint()
protected static ShapePoint
DiagramComponent.makePointForCell
(TextGrid.Cell cell, TextGrid grid, int cellWidth, int cellHeight, boolean allRound) Modifier and TypeMethodDescriptionvoid
DiagramShape.addToPoints
(ShapePoint point) void
ShapePoint.assign
(ShapePoint point) boolean
DiagramShape.contains
(ShapePoint point) DiagramShape.getCellEdgePointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Finds the point that represents the intersection between the cell edge that contains pointInCell and the line connecting pointInCell and otherPoint.DiagramShape.getCellEdgeProjectionPointBetween
(ShapePoint pointInCell, ShapePoint otherPoint, Diagram diagram) Returns C, if A is point in cell and B is otherPoint:Diagram.getCellFor
(ShapePoint point) boolean
ShapePoint.isEastOf
(ShapePoint point) boolean
ShapePoint.isInLineWith
(ShapePoint point) boolean
ShapePoint.isNorthOf
(ShapePoint point) boolean
DiagramShape.isPointLinesEnd
(ShapePoint point) boolean
ShapePoint.isSouthOf
(ShapePoint point) boolean
ShapePoint.isWestOf
(ShapePoint point) void
ShapePoint.moveTo
(ShapePoint point) Does the same as assign, but respects the locked attributevoid
ShapeEdge.setEndPoint
(ShapePoint point) void
DiagramShape.setPoint
(int i, ShapePoint point) void
ShapeEdge.setStartPoint
(ShapePoint point) ModifierConstructorDescriptionShapeEdge
(ShapePoint start, ShapePoint end, DiagramShape owner) ShapePoint
(ShapePoint other)