de.java2html.options
Class JavaSourceStyleEntry

java.lang.Object
  extended by de.java2html.options.JavaSourceStyleEntry

public class JavaSourceStyleEntry
extends java.lang.Object

Object defining color and other style options for output.

Author:
Markus Gebhard

Constructor Summary
JavaSourceStyleEntry(RGB color)
           
JavaSourceStyleEntry(RGB color, boolean bold, boolean italic)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 JavaSourceStyleEntry getClone()
          Deprecated. As of Dec 21, 2003 (Markus Gebhard): object is immutable and cloning not necessary.
 RGB getColor()
           
 java.lang.String getHtmlColor()
           
 int hashCode()
           
 boolean isBold()
           
 boolean isItalic()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSourceStyleEntry

public JavaSourceStyleEntry(RGB color)

JavaSourceStyleEntry

public JavaSourceStyleEntry(RGB color,
                            boolean bold,
                            boolean italic)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getClone

@Deprecated
public JavaSourceStyleEntry getClone()
Deprecated. As of Dec 21, 2003 (Markus Gebhard): object is immutable and cloning not necessary.


getHtmlColor

public java.lang.String getHtmlColor()

getColor

public RGB getColor()

isBold

public boolean isBold()

isItalic

public boolean isItalic()


Copyright © 2003 - 2006