Package org.djutils.draw
Interface Space
-
- All Superinterfaces:
Serializable
public interface Space extends Serializable
Dimension interface to show the number of dimensions for the drawable objects.Copyright (c) 2020-2021 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 Instance Methods Abstract Methods Modifier and Type Method Description int
getDimensions()
Return the number of dimensions.
-