Exemplo n.º 1
0
 public Color getValueAxisTickLabelColor() {
   return JRStyleResolver.getValueAxisTickLabelColor(this, this);
 }
 public int getFontSize() {
   return JRStyleResolver.getFontSize(this);
 }
 public String getPdfEncoding() {
   return JRStyleResolver.getPdfEncoding(this);
 }
 public boolean isBold() {
   return JRStyleResolver.isBold(this);
 }
 public boolean isUnderline() {
   return JRStyleResolver.isUnderline(this);
 }
 public byte getVerticalAlignment() {
   return JRStyleResolver.getVerticalAlignment(this);
 }
 public byte getLineSpacing() {
   return JRStyleResolver.getLineSpacing(this);
 }
Exemplo n.º 8
0
 public Integer getRadius() {
   return JRStyleResolver.getRadius(this);
 }
Exemplo n.º 9
0
 public ScaleImageEnum getScaleImageValue() {
   return JRStyleResolver.getScaleImageValue(this);
 }
Exemplo n.º 10
0
 public Color getBackcolor() {
   return JRStyleResolver.getBackcolor(this);
 }
Exemplo n.º 11
0
 public FillEnum getFillValue() {
   return JRStyleResolver.getFillValue(this);
 }
Exemplo n.º 12
0
 public Color getForecolor() {
   return JRStyleResolver.getForecolor(this);
 }
Exemplo n.º 13
0
 public Color getTimeAxisLabelColor() {
   return JRStyleResolver.getTimeAxisLabelColor(this, this);
 }
Exemplo n.º 14
0
 public Color getValueAxisLineColor() {
   return JRStyleResolver.getValueAxisLineColor(this, this);
 }
 public byte getMode() {
   return JRStyleResolver.getMode(this, JRElement.MODE_TRANSPARENT);
 }
Exemplo n.º 16
0
 public HorizontalAlignEnum getHorizontalAlignmentValue() {
   return JRStyleResolver.getHorizontalAlignmentValue(this);
 }
 public byte getHorizontalAlignment() {
   return JRStyleResolver.getHorizontalAlignment(this);
 }
Exemplo n.º 18
0
 public VerticalAlignEnum getVerticalAlignmentValue() {
   return JRStyleResolver.getVerticalAlignmentValue(this);
 }
 public byte getRotation() {
   return JRStyleResolver.getRotation(this);
 }
Exemplo n.º 20
0
 public RotationEnum getRotationValue() {
   return JRStyleResolver.getRotationValue(this);
 }
 public String getMarkup() {
   return JRStyleResolver.getMarkup(this);
 }
Exemplo n.º 22
0
 public Boolean isBlankWhenNull() {
   return JRStyleResolver.isBlankWhenNull(this);
 }
 public boolean isItalic() {
   return JRStyleResolver.isItalic(this);
 }
Exemplo n.º 24
0
 public Integer getFontSize() {
   return JRStyleResolver.getFontSize(this);
 }
 public boolean isStrikeThrough() {
   return JRStyleResolver.isStrikeThrough(this);
 }
Exemplo n.º 26
0
 public String getPattern() {
   return JRStyleResolver.getPattern(this);
 }
 public String getPdfFontName() {
   return JRStyleResolver.getPdfFontName(this);
 }
Exemplo n.º 28
0
 public ModeEnum getModeValue() {
   return JRStyleResolver.getModeValue(this);
 }
 public boolean isPdfEmbedded() {
   return JRStyleResolver.isPdfEmbedded(this);
 }
Exemplo n.º 30
0
 public byte getMode() {
   return JRStyleResolver.getMode(this, JRElement.MODE_OPAQUE);
 }