Uses of Record Class
org.variantsync.diffdetective.show.engine.geom.Box
Packages that use Box
Package
Description
-
Uses of Box in org.variantsync.diffdetective.show.engine
Methods in org.variantsync.diffdetective.show.engine that return types with arguments of type BoxModifier and TypeMethodDescriptionWindowLayout.computeLayoutFor
(List<Window> windows) WindowLayout.layoutWithin
(Box box, int numberOfWindows) Methods in org.variantsync.diffdetective.show.engine with parameters of type BoxModifier and TypeMethodDescriptionstatic void
Draw.fillOval
(Graphics2D screen, Box box) WindowLayout.layoutWithin
(Box box, int numberOfWindows) Method parameters in org.variantsync.diffdetective.show.engine with type arguments of type BoxModifier 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
Methods in org.variantsync.diffdetective.show.engine.geom that return Box -
Uses of Box in org.variantsync.diffdetective.show.engine.windowlayout
Methods in org.variantsync.diffdetective.show.engine.windowlayout that return types with arguments of type BoxModifier and TypeMethodDescriptionFullscreen.layoutWithin
(Box box, int numberOfWindows) SideBySide.layoutWithin
(Box box, int numberOfWindows) TwoRows.layoutWithin
(Box box, int numberOfWindows) Methods in org.variantsync.diffdetective.show.engine.windowlayout with parameters of type BoxModifier and TypeMethodDescriptionFullscreen.layoutWithin
(Box box, int numberOfWindows) SideBySide.layoutWithin
(Box box, int numberOfWindows) TwoRows.layoutWithin
(Box box, int numberOfWindows)