]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/G2DPDFRenderingHints.java
G2DParentNode handles "undefined" child bounds separately
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / g2d / G2DPDFRenderingHints.java
index 0b9a57474057a41247b69c82e7fbf9e9846ab628..8cc16cfbcc126a3a841616e43eccd4a57c0b5174 100644 (file)
@@ -63,28 +63,4 @@ public final class G2DPDFRenderingHints {
         }
     };
 
-    /**
-     * If this hint is not specified, the default interpretation should be
-     * {@value #AS_PATHS}.
-     * 
-     * @since 1.31.0
-     */
-    public static enum TextRenderingMode {
-        AS_PATHS,
-        AS_TEXT
-    }
-
-    /**
-     * A rendering hint for telling text rendering Simantics G2D scene graph node
-     * implementations how to render the text: as text or paths.
-     * 
-     * @since 1.31.0
-     */
-    public static final Key KEY_TEXT_RENDERING_MODE = new Key(2004) {
-        @Override
-        public boolean isCompatibleValue(Object val) {
-            return val instanceof TextRenderingMode;
-        }
-    };
-
 }
\ No newline at end of file