Interface IsDefaultTextDirectionHandler
-
- All Known Subinterfaces:
IsDefaultLegend
,IsDefaultTooltips
- All Known Implementing Classes:
DefaultChartLegend
,DefaultChartTooltips
,DefaultLegend
,DefaultTooltips
,Legend
,Tooltips
public interface IsDefaultTextDirectionHandler
Interface to define text direction options.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextDirection
getTextDirection()
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.boolean
isRtl()
Returnstrue
for rendering the object from right to left.
-
-
-
Method Detail
-
isRtl
boolean isRtl()
Returnstrue
for rendering the object from right to left.- Returns:
true
for rendering the object from right to left.
-
getTextDirection
TextDirection 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
-
-