|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.builder.LyBuilder
leon.control.builder.LyAreaBuilder
leon.control.builder.LyGraphicalChartBuilder
public class LyGraphicalChartBuilder
This class builds the graphical chart area.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version. |
static java.lang.String |
GROUP_FIELD_SEP
Separator used in legends between group field and y fields. |
Constructor Summary | |
---|---|
LyGraphicalChartBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
LyChart |
buildChart()
Builds the chart graphic. |
LyChart |
fillChart()
Fill the LyChart object with LyChartInfo. |
LyChart |
getChart()
Shortcut to the chart description. |
static java.lang.String |
makeYDateType(java.util.Vector<java.lang.String> yFields,
LyClassInfo classInfo,
LyChartInfo chartInfo)
Set a Date Format for Y variables. |
void |
updateSpecificBehaviors()
Update specific legend labels on the chart converter. |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMenuBar, completeMessages, getRightLabel, setTitleBarParameters, updateSelectFile, updateTitleBar |
Methods inherited from class leon.control.builder.LyBuilder |
---|
getComponent, getParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static java.lang.String GROUP_FIELD_SEP
Constructor Detail |
---|
public LyGraphicalChartBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public static java.lang.String makeYDateType(java.util.Vector<java.lang.String> yFields, LyClassInfo classInfo, LyChartInfo chartInfo)
yFields
- the Y variables selected (type date)classInfo
- corresponds to the class of yFieldschartInfo
- corresponds to the current chart
public LyComponent build()
build
in class LyBuilder
public LyChart buildChart()
public LyChart getChart()
public LyChart fillChart()
public void updateSpecificBehaviors()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |