|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.newt.MonitorMode.SizeAndRRate
public static class MonitorMode.SizeAndRRate
Immutable surfaceSize and refreshRate Class, consisting of it's read only components:
SurfaceSize
surface memory sizerefresh rate
Field Summary | |
---|---|
int |
flags
Mode bitfield flags, i.e. |
int |
hashCode
|
float |
refreshRate
Vertical refresh rate |
SurfaceSize |
surfaceSize
Non rotated surface size |
Constructor Summary | |
---|---|
MonitorMode.SizeAndRRate(SurfaceSize surfaceSize,
float refreshRate,
int flags)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Tests equality of two MonitorMode.SizeAndRRate objects
by evaluating equality of it's components:surfaceSize
refreshRate
flags
|
static StringBuffer |
flags2String(int flags)
|
int |
hashCode()
Returns a combined hash code of it's elements: surfaceSize
refreshRate
flags
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final SurfaceSize surfaceSize
public final float refreshRate
public final int flags
MonitorMode.FLAG_DOUBLESCAN
, MonitorMode.FLAG_INTERLACE
, ..
public final int hashCode
Constructor Detail |
---|
public MonitorMode.SizeAndRRate(SurfaceSize surfaceSize, float refreshRate, int flags)
Method Detail |
---|
public static final StringBuffer flags2String(int flags)
public final String toString()
toString
in class Object
public final boolean equals(Object obj)
MonitorMode.SizeAndRRate
objects
by evaluating equality of it's components:surfaceSize
refreshRate
flags
equals
in class Object
public final int hashCode()
surfaceSize
refreshRate
flags
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |