Interface IsDefaultTextDirectionHandler
- 
- All Known Subinterfaces:
- IsDefaultLegend,- IsDefaultTooltips
 - All Known Implementing Classes:
- DefaultChartLegend,- DefaultChartTooltips,- DefaultLegend,- DefaultTooltips,- Legend,- Tooltips
 
 public interface IsDefaultTextDirectionHandlerInterface to define text direction options.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TextDirectiongetTextDirection()Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.booleanisRtl()Returnstruefor rendering the object from right to left.
 
- 
- 
- 
Method Detail- 
isRtlboolean isRtl() Returnstruefor rendering the object from right to left.- Returns:
- truefor rendering the object from right to left.
 
 - 
getTextDirectionTextDirection getTextDirection() Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.- Returns:
- the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas
 
 
- 
 
-