oracle.dss.graph
Class BILabelLayout
java.lang.Object
   oracle.dss.graph.BILabelLayout
oracle.dss.graph.BILabelLayout
- public class BILabelLayout 
- extends java.lang.Object
- For internal use only. Application developers should not use this
 
| Method Summary | 
|  boolean | adjustProperties(oracle.dss.graph.pfj.Perspective pfj,
                 oracle.dss.graph.pfj.Access access,
                 oracle.dss.graph.pfj.JChart_Base chart,
                 int ordType,
                 oracle.dss.graph.pfj.LegendObj legend,
                 oracle.dss.graph.pfj.TitleObj title,
                 oracle.dss.graph.pfj.TitleObj subtitle,
                 oracle.dss.graph.pfj.TitleObj footnote,
                 java.util.List[] dataLabels,
                 java.lang.Object context,
                 boolean plotAreaDisplay)
 | 
|  void | centerLegend(oracle.dss.graph.pfj.Perspective pfj,
             oracle.dss.graph.pfj.LegendObj legend)
 | 
|  java.lang.Object | createContext()
 | 
|  void | doAutoLayoutAndReset(boolean reset)
 | 
| static java.awt.FontMetrics | getFontMetrics(java.awt.Graphics g,
               oracle.dss.graph.pfj.Perspective pfj,
               oracle.dss.graph.pfj.draw.IdentObj idLabel)
 | 
| static int | getJavaFontStyle(int pfjStyle)
 | 
|  boolean | isAutoLayoutEnabled()
 | 
|  void | logAllMarkersError()
 | 
|  void | logTruncatedError(oracle.dss.graph.pfj.draw.IdentObj idObj)
 | 
|  void | maximizePlotArea(oracle.dss.graph.pfj.LegendObj legend,
                 oracle.dss.graph.pfj.Perspective pfj,
                 oracle.dss.graph.pfj.JChart_Base chart)
 | 
|  void | restoreProperties(oracle.dss.graph.pfj.Perspective pfj,
                  java.lang.Object context)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BILabelLayout
public BILabelLayout(CommonGraph graph)
isAutoLayoutEnabled
public boolean isAutoLayoutEnabled()
- 
 
doAutoLayoutAndReset
public void doAutoLayoutAndReset(boolean reset)
- 
 
logTruncatedError
public void logTruncatedError(oracle.dss.graph.pfj.draw.IdentObj idObj)
- 
 
logAllMarkersError
public void logAllMarkersError()
- 
 
adjustProperties
public boolean adjustProperties(oracle.dss.graph.pfj.Perspective pfj,
                                oracle.dss.graph.pfj.Access access,
                                oracle.dss.graph.pfj.JChart_Base chart,
                                int ordType,
                                oracle.dss.graph.pfj.LegendObj legend,
                                oracle.dss.graph.pfj.TitleObj title,
                                oracle.dss.graph.pfj.TitleObj subtitle,
                                oracle.dss.graph.pfj.TitleObj footnote,
                                java.util.List[] dataLabels,
                                java.lang.Object context,
                                boolean plotAreaDisplay)
- 
 
restoreProperties
public void restoreProperties(oracle.dss.graph.pfj.Perspective pfj,
                              java.lang.Object context)
- 
 
createContext
public java.lang.Object createContext()
- 
 
getJavaFontStyle
public static int getJavaFontStyle(int pfjStyle)
- 
 
getFontMetrics
public static java.awt.FontMetrics getFontMetrics(java.awt.Graphics g,
                                                  oracle.dss.graph.pfj.Perspective pfj,
                                                  oracle.dss.graph.pfj.draw.IdentObj idLabel)
- 
 
maximizePlotArea
public void maximizePlotArea(oracle.dss.graph.pfj.LegendObj legend,
                             oracle.dss.graph.pfj.Perspective pfj,
                             oracle.dss.graph.pfj.JChart_Base chart)
- 
 
centerLegend
public void centerLegend(oracle.dss.graph.pfj.Perspective pfj,
                         oracle.dss.graph.pfj.LegendObj legend)
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.