public boolean swapsWidthHeight()

in shared/java/EncodedOrigin.java [91:101]


    public boolean swapsWidthHeight() {
        switch (this) {
            case LEFT_TOP:
            case RIGHT_TOP:
            case RIGHT_BOTTOM:
            case LEFT_BOTTOM:
                return true;
            default:
                return false;
        }
    }