public interface P2DRainViewModelInterface extends P2DModelInterface
INFOBUS_SOURCE
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Modifier and Type | Method and Description |
---|---|
void |
clearChannelComponents(P2DComponentInterface component)
Clear all channel components.
|
P2DChannelInterface |
getChannelComponent(P2DComponentInterface component,
java.lang.String yName)
Retrieve the channel component.
|
P2DChannelInterface[] |
getChannelComponents(P2DComponentInterface component)
Retrieve all channel components.
|
P2DAxisInterface |
getFromAxisComponent(P2DComponentInterface component)
Retrieve the from-axis component.
|
P2DTextInterface |
getTitleComponent(P2DComponentInterface component)
Retrieves the P2D text component used as title.
|
P2DAxisInterface |
getToAxisComponent(P2DComponentInterface component)
Retrieve the to-axis component.
|
boolean |
hasChannels(P2DComponentInterface component)
Return a boolean whether the plot contains channels.
|
P2DChannelInterface |
setChannelComponent(P2DComponentInterface component,
java.lang.String name,
int classCount)
Add a channel component to the plot model.
|
P2DChannelInterface[] |
setChannelComponents(P2DComponentInterface component,
java.lang.String fromName,
java.lang.String toName,
java.lang.String countName)
Add a channel component to the plot model.
|
P2DTextInterface |
setTitleComponent(P2DComponentInterface component,
FwkArrayInterface arr)
Set the title of the plot.
|
P2DTextInterface |
setTitleComponent(P2DComponentInterface component,
P2DTextInterface text)
Set the title of the plot.
|
P2DTextInterface |
setTitleComponent(P2DComponentInterface component,
java.lang.String title)
Set the title of the plot.
|
addDialogPane, boundsAcceptable, calculateBoundingBoxRelativeTo, configure, containsAllChildren, containsAllChildren, frameHasHandles, getActive, getActiveHandle, getAllArmedComponents, getAllArmedComponents, getAppearance, getBackground, getBackgroundColor, getBackgroundTransparency, getBackgroundVisible, getBoundingBox, getChild, getChild, getCommands, getContainerMap, getDecorated, getDialogPane, getDialogPanes, getDialogPaneValue, getDialogPaneValues, getFrame, getFrameColor, getFrameHandlesVisible, getFrameLinesVisible, getFrameTransparency, getFrameVisible, getHeight, getRatioFix, getShortName, getTransform, getWidth, hasActiveChild, initialize, install, isInside, isInside, isInternalMouseListenerActive, registerContainer, removeDialogPane, resetActiveHandle, revalidate, scaleStroke, scaleStroke, setActive, setActiveHandle, setAppearance, setBackgroundColor, setBackgroundTransparency, setBackgroundVisible, setBoundingBox, setContainerMap, setDecorated, setDialogPaneValues, setFrameColor, setFrameHandlesVisible, setFrameLinesVisible, setFrameTransparency, setFrameVisible, setInternalMouseListenerActive, setRatioFix, setTransform, transformPoint, transformPoint, uninstall, unregisterContainer
getInfoBusName, getMemberName, isConnected, setInfoBusName, setMemberName
fireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManager
getCommands, getPersistentObjectNames
destroyController
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEvents
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListener
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommands
getPresentationString, getPresentationString
getVersion, release
P2DTextInterface setTitleComponent(P2DComponentInterface component, java.lang.String title)
component
- the component belongs to that view.title
- The title string.P2DTextInterface setTitleComponent(P2DComponentInterface component, FwkArrayInterface arr)
component
- the component belongs to that view.arr
- an array containing the title stings.P2DTextInterface setTitleComponent(P2DComponentInterface component, P2DTextInterface text)
component
- the component belongs to that view.text
- The P2D text component used as title.P2DTextInterface getTitleComponent(P2DComponentInterface component)
component
- the component belongs to that view.void clearChannelComponents(P2DComponentInterface component)
P2DChannelInterface[] setChannelComponents(P2DComponentInterface component, java.lang.String fromName, java.lang.String toName, java.lang.String countName)
component
- the component belongs to that view.fromName
- The name of the from channel.toName
- The name of the to channel.countName
- The name of the count channel.P2DChannelInterface setChannelComponent(P2DComponentInterface component, java.lang.String name, int classCount)
component
- the component belongs to that view.fromName
- The name of the from channel.classCount
- the class count.setChannelComponents
boolean hasChannels(P2DComponentInterface component)
component
- the component belongs to that view.P2DChannelInterface[] getChannelComponents(P2DComponentInterface component)
component
- the component belongs to that view.P2DChannelInterface getChannelComponent(P2DComponentInterface component, java.lang.String yName)
component
- the component belongs to that view.yName
- the name of the channel for that the component should be returned.P2DAxisInterface getToAxisComponent(P2DComponentInterface component)
component
- the component belongs to that view.P2DAxisInterface getFromAxisComponent(P2DComponentInterface component)
component
- the component belongs to that view.