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


oracle.dss.dataView
Interface VerticalAlignment

All Known Implementing Classes:
BaseGraphTitle

public interface VerticalAlignment

This interface defines methods used to access vertical alignment attributes. The swing constants are TOP, CENTER and BOTTOM.


Method Summary
 int getVerticalAlignment()
          Retrieves a vertical alignment attribute.
 void setVerticalAlignment(int verticalAlignment)
          Specifies a vertical alignment attribute.

 

Method Detail

setVerticalAlignment

public void setVerticalAlignment(int verticalAlignment)
Specifies a vertical alignment attribute.
Parameters:
verticalAlignment - A swing constant that represents a vertical alignment attribute.

getVerticalAlignment

public int getVerticalAlignment()
Retrieves a vertical alignment attribute.
Returns:
A swing constant that represents a vertical 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.