Package com.luciad.format.vpf
Class TLcdVPFDatabasePanelModel
java.lang.Object
com.luciad.format.vpf.TLcdVPFLayerFactoryModel
com.luciad.format.vpf.TLcdVPFDatabasePanelModel
- All Implemented Interfaces:
ILcdVPFDatabasePanelModel
,ILcdVPFLayerFactoryModel
public class TLcdVPFDatabasePanelModel
extends TLcdVPFLayerFactoryModel
implements ILcdVPFDatabasePanelModel
Deprecated.
Extension of
TLcdVPFLayerFactoryModel
providing functionality for changing the style
of a VPF feature class.-
Field Summary
Fields inherited from class com.luciad.format.vpf.TLcdVPFLayerFactoryModel
fForegrounds, fFullDecoding, fIsAreaFilled, fLabelIndices, fSelectionForegrounds, fTextFonts
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeStyle
(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.Changes the style of the given VPF feature class.Methods inherited from class com.luciad.format.vpf.TLcdVPFLayerFactoryModel
createRandomColor, createRandomColor, getDefaultModelType, getFillStyle, getForeground, getGXYLayerIcon, getLabelIndices, getLineStyle, getModelType, getPointIcon, getPointSelectionIcon, getScaleRange, getScaleRange, getSelectionForeground, getTextFont, getTextForeground, isAreaFilled, isTraceOn, setAreaFilled, setClassTraceOn, setDefaultModelType, setForeground, setLabelIndices, setScaleRange, setSelectionForeground, setTextFont, setTraceOn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.format.vpf.ILcdVPFLayerFactoryModel
getFillStyle, getGXYLayerIcon, getLineStyle, getModelType, getPointIcon, getPointSelectionIcon, getScaleRange, getTextFont, getTextForeground, isAreaFilled
-
Constructor Details
-
TLcdVPFDatabasePanelModel
public TLcdVPFDatabasePanelModel()Deprecated.
-
-
Method Details
-
changeStyle
Deprecated.Changes the style of the given VPF feature class. This implementation displays a JColorChooser to edit the color of the feature class.- Specified by:
changeStyle
in interfaceILcdVPFDatabasePanelModel
- Parameters:
aEventObject
- The event object from which the change request was initialized.aVPFFeatureClass
- The selected feature class whose style is to be changed.
-
ILcdVPFLayerFactoryModel
implementation.