- All Superinterfaces:
ReadOnlyPropertyBean
- All Known Subinterfaces:
DrawingView,PrintRenderContext,WritableRenderContext
- All Known Implementing Classes:
AbstractDrawingView,SimpleDrawingRenderer,SimpleDrawingView,SimpleRenderContext
RenderContext.
- Author:
- Werner Randelshofer
-
Field Summary
FieldsModifier and TypeFieldDescriptionContains a non-null value if the rendering is clipped.static final NonNullKey<Double> The dots per inch of the rendering device.static final NonNullObjectKey<Integer> Number of nodes that can be rendered per layer in the drawing editor..static final NonNullKey<RenderingIntent> static final NonNullObjectKey<SystemColorConverter> static final NonNullObjectKey<UnitConverter> -
Method Summary
Methods inherited from interface org.jhotdraw8.fxbase.beans.ReadOnlyPropertyBean
get, getNonNull
-
Field Details
-
RENDERING_INTENT
-
DPI
The dots per inch of the rendering device. -
CLIP_BOUNDS
Contains a non-null value if the rendering is clipped. The clip bounds are given in world coordinates. -
MAX_NODES_PER_LAYER
Number of nodes that can be rendered per layer in the drawing editor.. -
RENDER_PAGE
-
RENDER_PAGE_NUMBER
-
RENDER_NUMBER_OF_PAGES
-
RENDER_PAGE_INTERNAL_NUMBER
-
RENDER_TIMESTAMP
-
UNIT_CONVERTER_KEY
-
SYSTEM_COLOR_CONVERTER_KEY
-
-
Method Details
-
getNode
Gets the JavaFX node which is used to render the specified figure by thisRenderContext.- Parameters:
f- The figure- Returns:
- The JavaFX node associated to the figure
-