Package demo
Class DrawableDemos
- java.lang.Object
-
- demo.DrawableDemos
-
public final class DrawableDemos extends Object
DrawableDemos.java.Copyright (c) 2020-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
Demonstrate the Drawable interface.
-
-
-
Method Detail
-
main
public static void main(String... args)
Demonstrate the Drawable interface.- Parameters:
args
- String...; the command line arguments; not used
-
-