public abstract class IltAbstractDirectImageBaseRendererFactory extends Object implements IltBaseRendererFactory
This factory can customize the following characteristics of the base renderer:
IltBaseRenderer
,
IltBaseRendererFactory
,
IltSettings
Constructor and Description |
---|
IltAbstractDirectImageBaseRendererFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract IltBaseRenderer |
createBaseRenderer()
This method can be overridden to create the
real base renderer that displays the image.
|
IltBaseRenderer |
createValue()
Creates a new renderer with the current image configuration.
|
boolean |
isPolygonalBorder()
Indicates whether the alarm and selection borders should be drawn with
a polygon that follows the border of the image.
|
void |
setPolygonalBorder(boolean polygonalBorder)
Indicates whether the alarm and selection borders should be drawn with
a polygon that follows the border of the image.
|
public IltAbstractDirectImageBaseRendererFactory()
public final void setPolygonalBorder(boolean polygonalBorder)
false
,
the borders are drawn as rectangles.
The default value is false
.
public final boolean isPolygonalBorder()
false
,
the borders are drawn as rectangles.
The default value is false
.
protected abstract IltBaseRenderer createBaseRenderer()
This method is called by createValue()
.
public IltBaseRenderer createValue()
createValue
in interface IltBaseRendererFactory
IltBaseRenderer
IltSettings.SetValue(java.lang.Object, java.lang.Object)
,
IltBaseRenderer
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.