public interface P2DMarkerModelInterface extends P2DModelInterface
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_MARKER_GROUP_NAME
The default marker group name.
|
INFOBUS_SOURCEAUTHOR, 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 |
|---|---|
P2DAxisTypeInterface |
getBind(P2DMarkerInterface component)
Get the binding rule.
|
P2DBoundingBoxInterface |
getDisplayBoundingBox(P2DMarkerInterface component)
Get the display bounding box.
|
P2DMarkerGroupInterface |
getMarkerGroup(P2DMarkerInterface component)
Get Marker group.
|
FwkCommandInterface[] |
getMarkerGroupCommands(P2DMarkerInterface component,
P2DMarkerGroupInterface group)
Gets the command blongs to a marker group.
|
java.lang.String |
getMarkerGroupName(P2DMarkerInterface component)
Get the name of the marker group.
|
P2DAxisInterface |
getXAxis(P2DMarkerInterface component)
Get the x axis.
|
java.lang.String |
getXAxisName(P2DMarkerInterface component)
Get the x axis name.
|
P2DAxisInterface |
getYAxis(P2DMarkerInterface component)
Get the y axis.
|
java.lang.String |
getYAxisName(P2DMarkerInterface component)
Get the y axis name.
|
boolean |
hasDisplayBoundingBox(P2DMarkerInterface component)
Returns a boolean whether the marker has a display bounding box.
|
void |
setBind(P2DMarkerInterface component,
P2DAxisTypeInterface type)
Set the binding rule.
|
void |
setDisplayBoundingBox(P2DMarkerInterface component,
P2DBoundingBoxInterface bb)
Set the display bounding box.
|
void |
setMarkerGroupName(P2DMarkerInterface component,
java.lang.String name)
Set the name of the marker group.
|
void |
setXAxisName(P2DMarkerInterface component,
java.lang.String name)
The x axis name.
|
void |
setYAxisName(P2DMarkerInterface component,
java.lang.String name)
The y axis name.
|
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, unregisterContainergetInfoBusName, getMemberName, isConnected, setInfoBusName, setMemberNamefireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManagergetCommands, getPersistentObjectNamesdestroyControlleraddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsaddVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListenergetAuthor, 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, setTitleNamegetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringgetVersion, releasestatic final java.lang.String DEFAULT_MARKER_GROUP_NAME
void setXAxisName(P2DMarkerInterface component, java.lang.String name)
component - The component to the the model belongs.name - the name of the axis.java.lang.String getXAxisName(P2DMarkerInterface component)
component - The component to the the model belongs.P2DAxisInterface getXAxis(P2DMarkerInterface component)
component - The component to the the model belongs.void setYAxisName(P2DMarkerInterface component, java.lang.String name)
component - The component to the the model belongs.name - the name of the axis.java.lang.String getYAxisName(P2DMarkerInterface component)
component - The component to the the model belongs.P2DAxisInterface getYAxis(P2DMarkerInterface component)
component - The component to the the model belongs.void setBind(P2DMarkerInterface component, P2DAxisTypeInterface type)
component - The component to the the model belongs.type - The type of the axis to that the marker is bind.P2DAxisTypeInterface getBind(P2DMarkerInterface component)
component - The component to the the model belongs.P2DMarkerGroupInterface getMarkerGroup(P2DMarkerInterface component)
component - The component to the the model belongs.void setMarkerGroupName(P2DMarkerInterface component, java.lang.String name)
component - The component to the the model belongs.name - the name of the marker group.java.lang.String getMarkerGroupName(P2DMarkerInterface component)
component - The component to the the model belongs.FwkCommandInterface[] getMarkerGroupCommands(P2DMarkerInterface component, P2DMarkerGroupInterface group)
component - The component to the the model belongs.group - A Marker group.void setDisplayBoundingBox(P2DMarkerInterface component, P2DBoundingBoxInterface bb)
component - The component to the the model belongs.bb - The display bounding box.P2DBoundingBoxInterface getDisplayBoundingBox(P2DMarkerInterface component)
component - The component to the the model belongs.setDisplayBoundingBox(P2DBoundingBoxInterface)boolean hasDisplayBoundingBox(P2DMarkerInterface component)
component - The component to the the model belongs.