Class HTMLDevice
java.lang.Object
java.awt.GraphicsDevice
nl.tudelft.simulation.dsol.web.animation.HTMLDevice
public class HTMLDevice
extends java.awt.GraphicsDevice
HTMLDevice.java.
Copyright (c) 2003-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HTMLDevice(java.awt.GraphicsConfiguration htmlGraphicsConfiguration) -
Method Summary
Modifier and Type Method Description java.awt.GraphicsConfiguration[]getConfigurations()java.awt.GraphicsConfigurationgetDefaultConfiguration()java.lang.StringgetIDstring()intgetType()
-
Constructor Details
-
HTMLDevice
public HTMLDevice(java.awt.GraphicsConfiguration htmlGraphicsConfiguration)- Parameters:
htmlGraphicsConfiguration- GraphicsConfiguration; the GraphicsConfiguration to add to the HTMLDevice
-
-
Method Details
-
getType
public int getType()- Specified by:
getTypein classjava.awt.GraphicsDevice
-
getIDstring
public java.lang.String getIDstring()- Specified by:
getIDstringin classjava.awt.GraphicsDevice
-
getConfigurations
public java.awt.GraphicsConfiguration[] getConfigurations()- Specified by:
getConfigurationsin classjava.awt.GraphicsDevice
-
getDefaultConfiguration
public java.awt.GraphicsConfiguration getDefaultConfiguration()- Specified by:
getDefaultConfigurationin classjava.awt.GraphicsDevice
-