Uses of Class
Drawing.DrawCanvas.Canvas.Layout
-
Packages that use Canvas.Layout Package Description Drawing.DrawCanvas Base canvas window with JFrame and styling -
-
Uses of Canvas.Layout in Drawing.DrawCanvas
Methods in Drawing.DrawCanvas that return Canvas.Layout Modifier and Type Method Description static Canvas.Layout
Canvas.Layout. valueOf(String name)
Returns the enum constant of this type with the specified name.static Canvas.Layout[]
Canvas.Layout. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in Drawing.DrawCanvas with parameters of type Canvas.Layout Constructor Description Canvas(String name, Boolean directed, Canvas.Layout layout)
-