|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DrawContext | |
---|---|
org.netbeans.editor |
Uses of DrawContext in org.netbeans.editor |
---|
Methods in org.netbeans.editor with parameters of type DrawContext | |
---|---|
void |
Coloring.apply(DrawContext ctx)
Apply this coloring to draw context. |
protected abstract Coloring |
DrawLayerFactory.ColorLineLayer.getColoring(DrawContext ctx)
Deprecated. |
int |
DrawLayer.getNextActivityChangeOffset(DrawContext ctx)
Deprecated. Get the next position at which the activity of the layer will change. |
int |
DrawLayer.AbstractLayer.getNextActivityChangeOffset(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.SyntaxLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.ColorLineLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.CaretLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.HighlightSearchLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.IncSearchLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.BlockSearchLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.StyleLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.WordColoringLayer.init(DrawContext ctx)
Deprecated. |
void |
DrawLayer.init(DrawContext ctx)
Deprecated. Called each time the paint begins for all layers in the layer chain regardless whether they are currently active or not. |
void |
DrawLayer.AbstractLayer.init(DrawContext ctx)
Deprecated. |
boolean |
DrawLayerFactory.SyntaxLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.ColorLineLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.CaretLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.HighlightSearchLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.IncSearchLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.BlockSearchLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.StyleLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.WordColoringLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayerFactory.AnnotationLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. |
boolean |
DrawLayer.isActive(DrawContext ctx,
MarkFactory.DrawMark mark)
Deprecated. Return whether the layer is active or not. |
void |
DrawLayerFactory.SyntaxLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.ColorLineLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.CaretLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.HighlightSearchLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.IncSearchLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.BlockSearchLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.StyleLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.WordColoringLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayerFactory.AnnotationLayer.updateContext(DrawContext ctx)
Deprecated. |
void |
DrawLayer.updateContext(DrawContext ctx)
Deprecated. Update draw context by setting colors, fonts and possibly other draw properties. |
int |
DrawLayer.updateLineNumberContext(int lineNumber,
DrawContext ctx)
Deprecated. Update draw context related to the drawing of line number for the given line by setting colors, fonts and possibly other draw properties. |
int |
DrawLayer.AbstractLayer.updateLineNumberContext(int lineNumber,
DrawContext ctx)
Deprecated. |
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |