BrightSide Workbench Full Report + Source Code
org.turro.dossier.dw.DWChart Class Reference

Public Member Functions

AbstractChartModel getModel ()
 
void setModel (AbstractChartModel model)
 
String getWidth ()
 
void setWidth (String width)
 
String getHeight ()
 
void setHeight (String height)
 
String getTitle ()
 
void setTitle (String title)
 
String getType ()
 
void setType (String type)
 
String getOrient ()
 
void setOrient (String orient)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file DWChart.java.

Member Function Documentation

◆ getHeight()

String org.turro.dossier.dw.DWChart.getHeight ( )

Definition at line 48 of file DWChart.java.

48  {
49  return height;
50  }

◆ getModel()

AbstractChartModel org.turro.dossier.dw.DWChart.getModel ( )

Definition at line 32 of file DWChart.java.

32  {
33  return model;
34  }

◆ getOrient()

String org.turro.dossier.dw.DWChart.getOrient ( )

Definition at line 72 of file DWChart.java.

72  {
73  return orient;
74  }

◆ getTitle()

String org.turro.dossier.dw.DWChart.getTitle ( )

Definition at line 56 of file DWChart.java.

56  {
57  return title;
58  }

◆ getType()

String org.turro.dossier.dw.DWChart.getType ( )

Definition at line 64 of file DWChart.java.

64  {
65  return type;
66  }

◆ getWidth()

String org.turro.dossier.dw.DWChart.getWidth ( )

Definition at line 40 of file DWChart.java.

40  {
41  return width;
42  }

◆ setHeight()

void org.turro.dossier.dw.DWChart.setHeight ( String  height)

Definition at line 52 of file DWChart.java.

52  {
53  this.height = height;
54  }
Here is the caller graph for this function:

◆ setModel()

void org.turro.dossier.dw.DWChart.setModel ( AbstractChartModel  model)

Definition at line 36 of file DWChart.java.

36  {
37  this.model = model;
38  }
Here is the caller graph for this function:

◆ setOrient()

void org.turro.dossier.dw.DWChart.setOrient ( String  orient)

Definition at line 76 of file DWChart.java.

76  {
77  this.orient = orient;
78  }
Here is the caller graph for this function:

◆ setTitle()

void org.turro.dossier.dw.DWChart.setTitle ( String  title)

Definition at line 60 of file DWChart.java.

60  {
61  this.title = title;
62  }
Here is the caller graph for this function:

◆ setType()

void org.turro.dossier.dw.DWChart.setType ( String  type)

Definition at line 68 of file DWChart.java.

68  {
69  this.type = type;
70  }
Here is the caller graph for this function:

◆ setWidth()

void org.turro.dossier.dw.DWChart.setWidth ( String  width)

Definition at line 44 of file DWChart.java.

44  {
45  this.width = width;
46  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: