Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface HorizontalAlignment

All Known Subinterfaces:
DataviewTitles, Titles
All Known Implementing Classes:
BaseTickLabel, ZTickLabel

public interface HorizontalAlignment

This interface defines the methods that allow you to use horizontal alignment attributes. The swing constants for horizontal alignment are LEFT, CENTER and RIGHT.


Method Summary
 int getHorizontalAlignment()
          Retrieves a horizontal alignment attribute.
 void setHorizontalAlignment(int horizontalAlignment)
          Specifies a horizontal alignment attribute.

 

Method Detail

setHorizontalAlignment

public void setHorizontalAlignment(int horizontalAlignment)
Specifies a horizontal alignment attribute. The swing constants for horizontal alignment are LEFT, CENTER and RIGHT.
Parameters:
horizontalAlignment - A swing constant that represents a horizontal alignment attribute.

getHorizontalAlignment

public int getHorizontalAlignment()
Retrieves a horizontal alignment attribute. The swing constants for horizontal alignment are LEFT, CENTER and RIGHT.
Returns:
A swing constant that represents a horizontal alignment attribute.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.