Class cynosurex.awt.FontDialog
All Packages Class Hierarchy This Package Previous Next Index
Class cynosurex.awt.FontDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----cynosurex.awt.FontDialog
- public class FontDialog
- extends Dialog
-
FontDialog(Frame, String, boolean, Font, Color, Color)
-
-
getBackgroundColor()
-
-
getBackgroundColorValue()
-
-
getColor(String)
-
-
getColorName(Color)
-
-
getFontName()
-
-
getFontSelection()
-
-
getFontSize()
-
-
getFontStyle()
-
-
getForegroundColor()
-
-
getForegroundColorValue()
-
-
handleEvent(Event)
-
FontDialog
public FontDialog(Frame parent,
String title,
boolean modal,
Font font,
Color foreground,
Color background)
getColorName
public static String getColorName(Color c)
getColor
public static Color getColor(String color)
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
getForegroundColor
public Color getForegroundColor()
getBackgroundColor
public Color getBackgroundColor()
getFontSelection
public Font getFontSelection()
getFontName
public String getFontName()
getFontSize
public int getFontSize()
getFontStyle
public int getFontStyle()
getForegroundColorValue
public int getForegroundColorValue()
getBackgroundColorValue
public int getBackgroundColorValue()
All Packages Class Hierarchy This Package Previous Next Index