Esempio n. 1
0
 internal LegendComposer(RrdGraph rrdGraph, int legX, int legY, int legWidth)
 {
     LegendComposer.gdef     = rrdGraph.gdef;
     LegendComposer.worker   = rrdGraph.worker;
     LegendComposer.legX     = legX;
     LegendComposer.legY     = legY;
     LegendComposer.legWidth = legWidth;
     interlegendSpace        = rrdGraph.getInterlegendSpace();
     leading      = rrdGraph.getLeading();
     smallLeading = rrdGraph.getSmallLeading();
     boxSpace     = rrdGraph.getBoxSpace();
 }
Esempio n. 2
0
 internal LegendComposer(RrdGraph rrdGraph, int legX, int legY, int legWidth)
 {
    LegendComposer.gdef = rrdGraph.gdef;
    LegendComposer.worker = rrdGraph.worker;
    LegendComposer.legX = legX;
    LegendComposer.legY = legY;
    LegendComposer.legWidth = legWidth;
    interlegendSpace = rrdGraph.getInterlegendSpace();
    leading = rrdGraph.getLeading();
    smallLeading = rrdGraph.getSmallLeading();
    boxSpace = rrdGraph.getBoxSpace();
 }