public class DisplayImpl extends AbstractOshiJsonObject implements Display
| Constructor and Description |
|---|
DisplayImpl(Display display)
Creates a new platform-specific Display object wrapping the provided
argument
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEdid()
The EDID byte array.
|
javax.json.JsonObject |
toJSON(Properties properties)
Returns this object as a
JsonObject. |
String |
toString() |
toCompactJSON, toCompactJSON, toJSON, toPrettyJSON, toPrettyJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoCompactJSON, toCompactJSON, toJSON, toPrettyJSON, toPrettyJSONpublic DisplayImpl(Display display)
display - a platform-specific Display objectpublic byte[] getEdid()
public javax.json.JsonObject toJSON(Properties properties)
JsonObject. The provided
properties will be set on this object to configure the type of
information returned using this and future invocations of
OshiJsonObject.toJSON().toJSON in interface OshiJsonObjectproperties - Properties to configure returned resultsJsonObject for this class.public String toString()
toString in class AbstractOshiJsonObjectCopyright © 2010–2017 oshi. All rights reserved.