uk.ac.starlink.ast.gui
Class FontChangedEvent
java.lang.Object
java.util.EventObject
uk.ac.starlink.ast.gui.FontChangedEvent
- All Implemented Interfaces:
- Serializable
public class FontChangedEvent
- extends EventObject
FontChangedEvent defines an event that passes on a new Font.
- Since:
- $Date$, 08-NOV-2000
- Version:
- $Id$
- Author:
- Peter W. Draper
- See Also:
- Serialized Form
Field Summary |
protected Font |
font
The font |
font
protected Font font
- The font
FontChangedEvent
public FontChangedEvent(Object source,
Font font)
- Constructs a FontChangedEvent object.
- Parameters:
source
- the source Object (typically this).font
- the new font..
getFont
public Font getFont()
- Return the font.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.