|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Highlighter | |
|---|---|
| jpicedt.graphic.view | Document appearance. |
| jpicedt.graphic.view.highlighter | Aspect visuel de la mise en vedette. |
| Uses of Highlighter in jpicedt.graphic.view |
|---|
| Fields in jpicedt.graphic.view declared as Highlighter | |
|---|---|
protected Highlighter |
AbstractView.highlighter
The highlighter delegate for this view. |
| Methods in jpicedt.graphic.view that return Highlighter | |
|---|---|
Highlighter |
View.getHighlighter()
Returns the Highlighter responsible for rendering the highlighted part of this view. |
Highlighter |
AbstractView.getHighlighter()
Returns the Highlighter responsible for rendering the highlighted part of this view. |
| Methods in jpicedt.graphic.view with parameters of type Highlighter | |
|---|---|
void |
View.setHighlighter(Highlighter h)
Sets the Highlighter responsible for rendering the highlighted part of this view. |
void |
AbstractView.setHighlighter(Highlighter h)
Sets the Highlighter responsible for rendering the highlighted part of this view. |
| Constructors in jpicedt.graphic.view with parameters of type Highlighter | |
|---|---|
AbstractView(Element element,
Highlighter h)
Construct a new View for the given Element, delegating highlighting
to the given Highlighter. |
|
| Uses of Highlighter in jpicedt.graphic.view.highlighter |
|---|
| Classes in jpicedt.graphic.view.highlighter that implement Highlighter | |
|---|---|
class |
AbstractCurveHighlighter
A Highlighter for any concrete implementation of
jpicedt.graphic.model.AbstractCurve. |
class |
CircleHighlighter
a Highlighter for rendering circles. |
class |
CompositeHighlighter
A Highlighter for a BranchElement. |
class |
DefaultHighlighter
Default implementation of the Highlighter interface. |
class |
EllipseHighlighter
a Highlighter for PicEllipse's. |
class |
PsCurveHighlighter
a Highlighter for PsCurve. |
class |
SmoothPolygonHighlighter
a Highlighter for SmoothPolygon. |
class |
TextHighlighter
a Highlighter for TextEditable's. |
| Methods in jpicedt.graphic.view.highlighter that return Highlighter | |
|---|---|
Highlighter |
HighlighterFactory.createHighlighter(Element element)
|
Highlighter |
DefaultHighlighterFactory.createHighlighter(Element element)
|
| Methods in jpicedt.graphic.view.highlighter that return types with arguments of type Highlighter | ||
|---|---|---|
|
DefaultHighlighterFactory.getMappedClass(Class<T> classElement)
|
|
| Method parameters in jpicedt.graphic.view.highlighter with type arguments of type Highlighter | |
|---|---|
void |
DefaultHighlighterFactory.map(Class<? extends Element> classElement,
Class<? extends Highlighter> classHighlighter)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||