OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.GraphStyler.Label

Packages that use GraphStyler.Label
com.oberon.ooql.sdk   
 

Uses of GraphStyler.Label in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return GraphStyler.Label
 GraphStyler.Label GraphStyler.getFreeText(int index)
          Get a free text from the chart canvas
 GraphStyler.Label GraphStyler.getGraphTitle()
          Get the chart main title
 GraphStyler.Label GraphStyler.getHorizontalTitle()
          Get the horizontal axis title
 GraphStyler.Label GraphStyler.TextLine.getLabel()
          Get the text label
 GraphStyler.Label GraphStyler.getVerticalTitle()
          Get the vertical axis title
 

Methods in com.oberon.ooql.sdk that return types with arguments of type GraphStyler.Label
 java.util.Vector<GraphStyler.Label> GraphStyler.getFreeTexts()
          Get the list of free texts placed on the chart canvas
 

Methods in com.oberon.ooql.sdk with parameters of type GraphStyler.Label
 void GraphStyler.addFreeText(GraphStyler.Label freeText)
          Add a free text to the chart canvas
 void GraphStyler.setGraphTitle(GraphStyler.Label title)
          Set the chart main title
 void GraphStyler.setHorizontalTitle(GraphStyler.Label title)
          Set the horizontal axis title
 void GraphStyler.setVerticalTitle(GraphStyler.Label title)
          Set the vertical axis title
 

Constructors in com.oberon.ooql.sdk with parameters of type GraphStyler.Label
GraphStyler.TextLine(GraphStyler.Label text, GraphStyler.VPoint start, GraphStyler.VPoint end)
           
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.