KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > PageAttributes.OrientationRequestedType

java.awt
Class PageAttributes.OrientationRequestedType

java.lang.Object
  extended by java.awt.PageAttributes.OrientationRequestedType
Enclosing class:
PageAttributes
See Also:
Source Code

public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PageAttributes.OrientationRequestedType LANDSCAPE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PageAttributes.OrientationRequestedType PORTRAIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags