Uses of Record Class
org.variantsync.diffdetective.show.engine.geom.Box
Package
Description
-
Uses of Box in org.variantsync.diffdetective.show.engine
Modifier and TypeMethodDescriptionWindowLayout.computeLayoutFor
(List<Window> windows) WindowLayout.layoutWithin
(Box box, int numberOfWindows) Modifier and TypeMethodDescriptionstatic void
Draw.fillOval
(Graphics2D screen, Box box) WindowLayout.layoutWithin
(Box box, int numberOfWindows) Modifier and TypeMethodDescriptionvoid
WindowLayout.applyLayout
(List<Box> layout, List<Window> windows) static void
Draw.borderedShape
(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) static void
Draw.borderedShape
(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) static void
Draw.borderedShape
(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) static void
Draw.borderedShapeAbsolute
(Graphics2D screen, AffineTransform t, double width, double height, double absoluteBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) static void
Draw.borderedShapeRelative
(Graphics2D screen, AffineTransform t, double width, double height, double relativeBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) -
Uses of Box in org.variantsync.diffdetective.show.engine.geom
-
Uses of Box in org.variantsync.diffdetective.show.engine.windowlayout
Modifier and TypeMethodDescriptionFullscreen.layoutWithin
(Box box, int numberOfWindows) SideBySide.layoutWithin
(Box box, int numberOfWindows) TwoRows.layoutWithin
(Box box, int numberOfWindows) Modifier and TypeMethodDescriptionFullscreen.layoutWithin
(Box box, int numberOfWindows) SideBySide.layoutWithin
(Box box, int numberOfWindows) TwoRows.layoutWithin
(Box box, int numberOfWindows)