Lines Matching defs:options
40 * @param options The optional parameters for rendering the text.
45 Options options) {
46 if (options == null) {
47 options = new Options();
57 Font font = options.font;
59 font = new Font(options.fontName, options.fontStyle, options.fontSize);
81 g.setColor(new Color(options.foregroundColor, true));
111 * the other options.