Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Interface FontAttribute

All Known Subinterfaces:
BaseTitleAttributes, DataviewTitles, Titles
All Known Implementing Classes:
BaseAxisTitle, BaseGraphTitle, BaseLabel, BaseLegendText, BaseText, BaseText, BaseTickLabel, BaseTitle, BaseTitle, BottomLabel, CommonBaseTitle, DrillText, Footnote, GaugeSetTitle, GraphFont, GraphFootnote, GraphSubtitle, GraphTitle, LegendText, LegendText, LegendTitle, LegendTitle, MarkerText, MetricLabel, O1DrillLabel, O1TickLabel, O1Title, PieLabel, ReferenceObjectText, RingTotalLabel, SelectPointLegendText, SliceLabel, Subtitle, TickLabel, Title, ToolTips, ToolTips, TopLabel, ViewStyle, X1TickLabel, X1Title, Y1TickLabel, Y1Title, Y2TickLabel, Y2Title, ZDrillLabel, ZTickLabel, ZTitle

public interface FontAttribute

This interface defines the methods that allow you to access Font attributes.


Method Summary
 java.awt.Font getFont()
          Retrieves a Font object.
 void setFont(java.awt.Font font)
          Specifies a Font object.
 

Method Detail

setFont

void setFont(java.awt.Font font)
Specifies a Font object. A Font object is an awt object with attributes such as name, style, and absolute size.

Parameters:
font - A Font object.

getFont

java.awt.Font getFont()
Retrieves a Font object. A Font object is an awt object with attributes such as name, style, and absolute size.

Returns:
A Font object.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.