Class ChartSettings
- java.lang.Object
-
- net.sf.jasperreports.chartthemes.simple.ChartSettings
-
- All Implemented Interfaces:
Serializable,net.sf.jasperreports.engine.design.events.JRChangeEventsSupport
public class ChartSettings extends Object implements net.sf.jasperreports.engine.design.events.JRChangeEventsSupport, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_antiAliasstatic StringPROPERTY_backgroundImagestatic StringPROPERTY_backgroundImageAlignmentstatic StringPROPERTY_backgroundImageAlphastatic StringPROPERTY_backgroundPaintstatic StringPROPERTY_borderPaintstatic StringPROPERTY_borderStrokestatic StringPROPERTY_borderVisiblestatic StringPROPERTY_fontstatic StringPROPERTY_paddingstatic StringPROPERTY_textAntiAlias
-
Constructor Summary
Constructors Constructor Description ChartSettings()
-
Method Summary
-
-
-
Field Detail
-
PROPERTY_backgroundPaint
public static final String PROPERTY_backgroundPaint
- See Also:
- Constant Field Values
-
PROPERTY_backgroundImage
public static final String PROPERTY_backgroundImage
- See Also:
- Constant Field Values
-
PROPERTY_backgroundImageAlignment
public static final String PROPERTY_backgroundImageAlignment
- See Also:
- Constant Field Values
-
PROPERTY_backgroundImageAlpha
public static final String PROPERTY_backgroundImageAlpha
- See Also:
- Constant Field Values
-
PROPERTY_font
public static final String PROPERTY_font
- See Also:
- Constant Field Values
-
PROPERTY_borderVisible
public static final String PROPERTY_borderVisible
- See Also:
- Constant Field Values
-
PROPERTY_borderPaint
public static final String PROPERTY_borderPaint
- See Also:
- Constant Field Values
-
PROPERTY_borderStroke
public static final String PROPERTY_borderStroke
- See Also:
- Constant Field Values
-
PROPERTY_antiAlias
public static final String PROPERTY_antiAlias
- See Also:
- Constant Field Values
-
PROPERTY_textAntiAlias
public static final String PROPERTY_textAntiAlias
- See Also:
- Constant Field Values
-
PROPERTY_padding
public static final String PROPERTY_padding
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBackgroundPaint
public PaintProvider getBackgroundPaint()
-
setBackgroundPaint
public void setBackgroundPaint(PaintProvider backgroundPaint)
-
getAntiAlias
public Boolean getAntiAlias()
- Returns:
- the antiAlias
-
setAntiAlias
public void setAntiAlias(Boolean antiAlias)
- Parameters:
antiAlias- the antiAlias to set
-
getBorderVisible
public Boolean getBorderVisible()
- Returns:
- the borderVisible
-
setBorderVisible
public void setBorderVisible(Boolean borderVisible)
- Parameters:
borderVisible- the borderVisible to set
-
getEventSupport
public net.sf.jasperreports.engine.design.events.JRPropertyChangeSupport getEventSupport()
- Specified by:
getEventSupportin interfacenet.sf.jasperreports.engine.design.events.JRChangeEventsSupport
-
getFont
public net.sf.jasperreports.engine.JRFont getFont()
- Returns:
- the font
-
setFont
public void setFont(net.sf.jasperreports.engine.JRFont font)
- Parameters:
font- the font to set
-
getPadding
public org.jfree.ui.RectangleInsets getPadding()
- Returns:
- the padding
-
setPadding
public void setPadding(org.jfree.ui.RectangleInsets padding)
- Parameters:
padding- the padding to set
-
getTextAntiAlias
public Boolean getTextAntiAlias()
- Returns:
- the textAntiAlias
-
setTextAntiAlias
public void setTextAntiAlias(Boolean textAntiAlias)
- Parameters:
textAntiAlias- the textAntiAlias to set
-
getBackgroundImageAlignment
public Integer getBackgroundImageAlignment()
- Returns:
- the backgroundImageAlignment
-
setBackgroundImageAlignment
public void setBackgroundImageAlignment(Integer backgroundImageAlignment)
- Parameters:
backgroundImageAlignment- the backgroundImageAlignment to set
-
getBackgroundImageAlpha
public Float getBackgroundImageAlpha()
- Returns:
- the backgroundImageAlpha
-
setBackgroundImageAlpha
public void setBackgroundImageAlpha(Float backgroundImageAlpha)
- Parameters:
backgroundImageAlpha- the backgroundImageAlpha to set
-
getBorderPaint
public PaintProvider getBorderPaint()
- Returns:
- the borderPaint
-
setBorderPaint
public void setBorderPaint(PaintProvider borderPaint)
- Parameters:
borderPaint- the borderPaint to set
-
getBackgroundImage
public ImageProvider getBackgroundImage()
- Returns:
- the backgroundImage
-
setBackgroundImage
public void setBackgroundImage(ImageProvider backgroundImage)
- Parameters:
backgroundImage- the backgroundImage to set
-
getBorderStroke
public Stroke getBorderStroke()
- Returns:
- the borderStroke
-
setBorderStroke
public void setBorderStroke(Stroke borderStroke)
- Parameters:
borderStroke- the borderStroke to set
-
-