KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > MediaPrintableArea

javax.print.attribute.standard
Class MediaPrintableArea

java.lang.Object
  extended by javax.print.attribute.standard.MediaPrintableArea
All Implemented Interfaces:
Serializable, Attribute, DocAttribute, PrintJobAttribute, PrintRequestAttribute
See Also:
Top Examples, Source Code, PrintService.getSupportedAttributeValues()

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


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getHeight(int units)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public float[] getPrintableArea(int units)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getWidth(int units)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getX(int units)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getY(int units)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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 int INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MediaPrintableArea(float x,
                          float y,
                          float w,
                          float h,
                          int units)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MediaPrintableArea(int x,
                          int y,
                          int w,
                          int h,
                          int units)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MM
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  


public String toString(int units,
                       String unitsName)
See Also:
IllegalArgumentException, MM, INCH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags