Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.PageAttributes.ColorType

Uses of PageAttributes.ColorType in java.awt
 

Fields in java.awt declared as PageAttributes.ColorType
private  PageAttributes.ColorType PageAttributes.color
           
static PageAttributes.ColorType PageAttributes.ColorType.COLOR
           
static PageAttributes.ColorType PageAttributes.ColorType.MONOCHROME
           
 

Methods in java.awt that return PageAttributes.ColorType
 PageAttributes.ColorType PageAttributes.getColor()
           
 

Methods in java.awt with parameters of type PageAttributes.ColorType
 void PageAttributes.setColor(PageAttributes.ColorType color)
           
 

Constructors in java.awt with parameters of type PageAttributes.ColorType
PageAttributes(PageAttributes.ColorType color, PageAttributes.MediaType media, PageAttributes.OrientationRequestedType orientation, PageAttributes.OriginType origin, PageAttributes.PrintQualityType quality, int[] resolution)