Class Draw
java.lang.Object
org.variantsync.diffdetective.show.engine.Draw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidborderedShape(Graphics2D screen, AffineTransform t, double width, double height, Function<Box, Box> innerTransform, Color fillColor, Color borderColor, Consumer<Box> draw) static voidborderedShapeAbsolute(Graphics2D screen, AffineTransform t, double width, double height, double absoluteBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) static voidborderedShapeRelative(Graphics2D screen, AffineTransform t, double width, double height, double relativeBorderWidth, Color fillColor, Color borderColor, Consumer<Box> draw) static voidfillOval(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
-