Package | Description |
---|---|
org.netbeans.editor.view.spi |
Modifier and Type | Method and Description |
---|---|
ViewRenderingContext |
RenderingContextView.acquireRenderingContext(View v)
Acquire an instance of rendering context.
|
static ViewRenderingContext |
ViewRenderingContext.obtainContext(View v)
Find instance of the
ViewRenderingContext
for the given view. |
Modifier and Type | Method and Description |
---|---|
void |
RenderingContextView.releaseRenderingContext(ViewRenderingContext vrc)
Release rendering context previously acquired by
RenderingContextView.acquireRenderingContext(javax.swing.text.View) . |