public abstract static class OutputDevice.Common extends NativeObject
Modifier | Constructor and Description |
---|---|
protected |
Common(long I64_NativeRef)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
OutputDevice.Interface |
endl() |
void |
printStackTrace(java.lang.Exception J_Exception) |
OutputDevice.Interface |
put(java.lang.Double J_Double) |
OutputDevice.Interface |
put(java.lang.Float J_Float) |
OutputDevice.Interface |
put(java.lang.Integer J_Integer) |
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
protected Common(long I64_NativeRef)
I64_NativeRef
- Native instance reference.public final OutputDevice.Interface put(java.lang.Integer J_Integer)
public final OutputDevice.Interface put(java.lang.Float J_Float)
public final OutputDevice.Interface put(java.lang.Double J_Double)
public final OutputDevice.Interface endl()
public final void printStackTrace(java.lang.Exception J_Exception)