java.lang.Object
io.sf.carte.doc.DirectionalityHelper
Helper class to determine the directionality of an element.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDirectionality
(Element element) Determine the directionality of the given element.
-
Constructor Details
-
DirectionalityHelper
public DirectionalityHelper()
-
-
Method Details
-
getDirectionality
Determine the directionality of the given element.- Parameters:
element
- the element.- Returns:
- the directionality.
-