Uses of Class
de.dante.extex.color.model.GrayscaleColor

Packages that use GrayscaleColor
de.dante.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
de.dante.extex.color This package contains some classes for color support. 
de.dante.extex.color.model This package contains implementing classes for different color models. 
 

Uses of GrayscaleColor in de.dante.extex.backend.documentWriter.pdf
 

Methods in de.dante.extex.backend.documentWriter.pdf with parameters of type GrayscaleColor
 java.lang.Object PdfColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
           
 

Uses of GrayscaleColor in de.dante.extex.color
 

Methods in de.dante.extex.color that return GrayscaleColor
 GrayscaleColor NoColorConverter.toGrayscale(Color color)
          Convert an arbitrary color to the RGB model.
 GrayscaleColor ColorConverter.toGrayscale(Color color)
          Convert an arbitrary color to the RGB model.
 GrayscaleColor BasicColorConverter.toGrayscale(Color color)
          Convert an arbitrary color to the gray-scale model.
 

Methods in de.dante.extex.color with parameters of type GrayscaleColor
 java.lang.Object ColorVisitor.visitGray(GrayscaleColor color, java.lang.Object value)
          This method is called when an GrayscaleColor has been encountered.
 

Uses of GrayscaleColor in de.dante.extex.color.model
 

Methods in de.dante.extex.color.model that return GrayscaleColor
static GrayscaleColor ColorFactory.getGray(int gray, int alpha)
          Get a new color in the grayscale color model.