Class StretchOverride
java.lang.Object
net.sourceforge.jeuclid.elements.support.operatordict.StretchOverride
Contains information on characters which stretch vertical / horizontal only.
- Version:
- $Revision: c75d8b379394 $
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetStretchOverride(String operator) ReturnsMo.VALUE_STRETCHY_HORIZONTALorMo.VALUE_STRETCHY_VERTICALif the character is to be stretch only in that direction.
-
Method Details
-
getStretchOverride
ReturnsMo.VALUE_STRETCHY_HORIZONTALorMo.VALUE_STRETCHY_VERTICALif the character is to be stretch only in that direction.- Parameters:
operator- operator to check- Returns:
- a String or null if not known.
-