Class DiagramComponent

    • Constructor Detail

      • DiagramComponent

        public DiagramComponent()
    • Method Detail

      • makePointForCell

        protected static ShapePoint makePointForCell​(TextGrid.Cell cell,
                                                     TextGrid grid,
                                                     int cellWidth,
                                                     int cellHeight,
                                                     boolean allRound)
      • createClosedFromBoundaryCells

        public static DiagramComponent createClosedFromBoundaryCells​(TextGrid grid,
                                                                     CellSet cells,
                                                                     int cellWidth,
                                                                     int cellHeight)
      • createClosedFromBoundaryCells

        public static DiagramComponent createClosedFromBoundaryCells​(TextGrid grid,
                                                                     CellSet cells,
                                                                     int cellWidth,
                                                                     int cellHeight,
                                                                     boolean allRound)