Class Draw
java.lang.Object
org.variantsync.diffdetective.show.engine.Draw
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
borderedShape
(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) static void
borderedShapeAbsolute
(Graphics2D screen, AffineTransform t, double width, double height, double absoluteBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) static void
borderedShapeRelative
(Graphics2D screen, AffineTransform t, double width, double height, double relativeBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) static void
fillOval
(Graphics2D screen, Box box)
-
Constructor Details
-
Draw
public Draw()
-
-
Method Details
-
borderedShape
public static void borderedShape(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) -
borderedShapeRelative
public static void borderedShapeRelative(Graphics2D screen, AffineTransform t, double width, double height, double relativeBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) -
borderedShapeAbsolute
public static void borderedShapeAbsolute(Graphics2D screen, AffineTransform t, double width, double height, double absoluteBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) -
fillOval
-