6a9d31a7d4
* Makefile.am (texinfo): Add texinfo target for generating texinfo documentation. * Makefile.in: Rebuilt. * scripts/TexinfoDoclet.java: New file. * doc/java-applet.texi, doc/java-lang-reflect.texi, doc/java-awt-color.texi, doc/java-lang.texi, doc/java-awt-datatransfer.texi, doc/java-math.texi, doc/java-awt-event.texi, doc/java-net.texi, doc/java-awt-geom.texi, doc/java-security-spec.texi, doc/java-awt-image.texi, doc/java-security.texi, doc/java-awt-peer.texi, doc/java-sql.texi, doc/java-awt.texi, doc/java-text.texi, doc/java-beans-beancontext.texi, doc/java-util-jar.texi, doc/java-beans.texi, doc/java-util-zip.texi, doc/java-io.texi, doc/java-util.texi, doc/java-lang-ref.texi: New files. From-SVN: r38789
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
@deftypemethod ColorSpace {public static ColorSpace} getInstance (int@w{ }@var{colorspace})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public boolean} isCS_sRGB ()
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public abstract float} toRGB (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public abstract float} fromRGB (float[]@w{ }@var{rgbvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public abstract float} toCIEXYZ (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public abstract float} fromCIEXYZ (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public int} getType ()
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public int} getNumComponents ()
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public String} getName (int@w{ }@var{idx})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ColorSpace {public String} toString ()
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_ColorSpace {public ICC_Profile} getProfile ()
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_ColorSpace {public float} toRGB (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_ColorSpace {public float} fromRGB (float[]@w{ }@var{rgbvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_ColorSpace {public float} toCIEXYZ (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_ColorSpace {public float} fromCIEXYZ (float[]@w{ }@var{colorvalue})
|
|
|
|
@end deftypemethod
|
|
@deftypemethod ICC_Profile {public int} getNumComponents ()
|
|
|
|
@end deftypemethod
|