Class StretchOverride
- java.lang.Object
-
- net.sourceforge.jeuclid.elements.support.operatordict.StretchOverride
-
public final class StretchOverride extends java.lang.ObjectContains information on characters which stretch vertical / horizontal only.- Version:
- $Revision: c75d8b379394 $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetStretchOverride(java.lang.String operator)ReturnsMo.VALUE_STRETCHY_HORIZONTALorMo.VALUE_STRETCHY_VERTICALif the character is to be stretch only in that direction.
-
-
-
Method Detail
-
getStretchOverride
public static java.lang.String getStretchOverride(java.lang.String operator)
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.
-
-