com.nchart3d.NChart.NChartPlaced Class Referenceabstract

The NChartPlaced class provides basic methods for objects displaying some textual information on the screen. More...

Inheritance diagram for com.nchart3d.NChart.NChartPlaced:
com.nchart3d.NChart.NChartObject com.nchart3d.NChart.NChartLabel com.nchart3d.NChart.NChartLegend com.nchart3d.NChart.NChartAutoScrollLabel com.nchart3d.NChart.NChartCaption com.nchart3d.NChart.NChartTimeAxisTooltip com.nchart3d.NChart.NChartTooltip com.nchart3d.NChart.NChartValueAxisMark com.nchart3d.NChart.NChartScaleLegend com.nchart3d.NChart.NChartCallout

Public Member Functions

NChartBrush getBackground ()
 Brush filling the background of the text container. More...
 
void setBackground (NChartBrush background)
 For details see getBackground().
 
int getBorderColor ()
 Color of the border that is drawn around the text container.
 
void setBorderColor (int borderColor)
 For details see getBorderColor().
 
float getBorderRadius ()
 Corner rounding radius (in pixels) of the border that is drawn around the text container.
 
void setBorderRadius (float borderRadius)
 For details see getBorderRadius().
 
float getBorderThickness ()
 Thickness of the border (in pixels) that is drawn around the text container.
 
void setBorderThickness (float borderThickness)
 For details see getBorderThickness().
 
NChartMargin getMargin ()
 Margin of the text container in pixels (spacing from the bounds of the enclosing area).
 
void setMargin (NChartMargin margin)
 For details see getMargin().
 
NChartMargin getPadding ()
 Padding of the text container in pixels (spacing to sub-areas).
 
void setPadding (NChartMargin padding)
 For details see getPadding().
 
float getOpacity ()
 Opacity of the text container. More...
 
void setOpacity (float opacity)
 For details see getOpacity().
 
- Public Member Functions inherited from com.nchart3d.NChart.NChartObject
boolean isVisible ()
 Flag that determines if the object is visible or not. More...
 
void setVisible (boolean visible)
 For details see isVisible().
 
NChart getChart ()
 Chart the object belongs to. More...
 

Detailed Description

The NChartPlaced class provides basic methods for objects displaying some textual information on the screen.

Member Function Documentation

NChartBrush com.nchart3d.NChart.NChartPlaced.getBackground ( )
inline

Brush filling the background of the text container.

See also
NChartBrush
float com.nchart3d.NChart.NChartPlaced.getOpacity ( )
inline

Opacity of the text container.

Value should be in 0..1. The default value is 1.