Uses of Class
org.openfaces.component.chart.MarkerLabelAnchor

Packages that use MarkerLabelAnchor
org.openfaces.component.chart   
 

Uses of MarkerLabelAnchor in org.openfaces.component.chart
 

Methods in org.openfaces.component.chart that return MarkerLabelAnchor
 MarkerLabelAnchor Marker.getLabelAnchor()
           
 MarkerLabelAnchor Marker.getLabelAnchor()
           
static MarkerLabelAnchor MarkerLabelAnchor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarkerLabelAnchor MarkerLabelAnchor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarkerLabelAnchor[] MarkerLabelAnchor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static MarkerLabelAnchor[] MarkerLabelAnchor.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.chart with parameters of type MarkerLabelAnchor
 void Marker.setLabelAnchor(MarkerLabelAnchor labelAnchor)
           
 void Marker.setLabelAnchor(MarkerLabelAnchor labelAnchor)
           
 



Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.