Uses of Class
org.stathissideris.ascii2image.graphics.ShapePoint
Packages that use ShapePoint
-
Uses of ShapePoint in org.stathissideris.ascii2image.graphics
Fields in org.stathissideris.ascii2image.graphics with type parameters of type ShapePointMethods in org.stathissideris.ascii2image.graphics that return ShapePointModifier 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 ShapePointDiagramComponent.makePointForCell(TextGrid.Cell cell, TextGrid grid, int cellWidth, int cellHeight, boolean allRound) Methods in org.stathissideris.ascii2image.graphics with parameters of type ShapePointModifier and TypeMethodDescriptionvoidDiagramShape.addToPoints(ShapePoint point) voidShapePoint.assign(ShapePoint point) booleanDiagramShape.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) booleanShapePoint.isEastOf(ShapePoint point) booleanShapePoint.isInLineWith(ShapePoint point) booleanShapePoint.isNorthOf(ShapePoint point) booleanDiagramShape.isPointLinesEnd(ShapePoint point) booleanShapePoint.isSouthOf(ShapePoint point) booleanShapePoint.isWestOf(ShapePoint point) voidShapePoint.moveTo(ShapePoint point) Does the same as assign, but respects the locked attributevoidShapeEdge.setEndPoint(ShapePoint point) voidDiagramShape.setPoint(int i, ShapePoint point) voidShapeEdge.setStartPoint(ShapePoint point) Constructors in org.stathissideris.ascii2image.graphics with parameters of type ShapePointModifierConstructorDescriptionShapeEdge(ShapePoint start, ShapePoint end, DiagramShape owner) ShapePoint(ShapePoint other)