org.moxieapps.gwt.highcharts.client
Class Position

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.Configurable<Position>
      extended by org.moxieapps.gwt.highcharts.client.Position

public class Position
extends Configurable<Position>

A configurable class that can be used to represent position options for specific pieces of a chart such as the "drillUpButton" which is related to Drilldown or the NoData text. Example usage:


     noData.setPosition(new Position()
          .setAlign(Button.Align.LEFT)
          .setX(25)
     );
 

Since:
1.7.0
Author:
cskowron@moxiegroup.com (Cory Skowronek)

Constructor Summary
Position()
           
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.Configurable
getOptions, setOption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Position

public Position()


Copyright © 2015. All Rights Reserved.