anl.aida.client.gui
Class BubbleConfigBean
java.lang.Object
anl.aida.client.gui.BubbleConfigBean
public class BubbleConfigBean
- extends java.lang.Object
Bean for bubble plot configuration properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xLabel
private java.lang.String xLabel
yLabel
private java.lang.String yLabel
zLabel
private java.lang.String zLabel
title
private java.lang.String title
xItem
private BubbleDialog.SourceItem xItem
yItem
private BubbleDialog.SourceItem yItem
zItem
private BubbleDialog.SourceItem zItem
xAxisType
private BubbleConfigBean.AxisType xAxisType
yAxisType
private BubbleConfigBean.AxisType yAxisType
canceled
private boolean canceled
entityCount
private int entityCount
pcs
protected com.jgoodies.binding.beans.ExtendedPropertyChangeSupport pcs
BubbleConfigBean
public BubbleConfigBean()
getEntityCount
public int getEntityCount()
- Returns:
- the entityCount
setEntityCount
public void setEntityCount(int entityCount)
- Parameters:
entityCount
- the entityCount to set
isCanceled
public boolean isCanceled()
- Returns:
- the canceled
setCanceled
public void setCanceled(boolean canceled)
- Parameters:
canceled
- the canceled to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- the title to set
getXLabel
public java.lang.String getXLabel()
- Returns:
- the xLabel
setXLabel
public void setXLabel(java.lang.String label)
- Parameters:
label
- the xLabel to set
getYLabel
public java.lang.String getYLabel()
- Returns:
- the yLabel
setYLabel
public void setYLabel(java.lang.String label)
- Parameters:
label
- the yLabel to set
getZLabel
public java.lang.String getZLabel()
- Returns:
- the zLabel
setZLabel
public void setZLabel(java.lang.String label)
- Parameters:
label
- the zLabel to set
getXItem
public BubbleDialog.SourceItem getXItem()
- Returns:
- the xItem
setXItem
public void setXItem(BubbleDialog.SourceItem item)
- Parameters:
item
- the xItem to set
getYItem
public BubbleDialog.SourceItem getYItem()
- Returns:
- the yItem
setYItem
public void setYItem(BubbleDialog.SourceItem item)
- Parameters:
item
- the yItem to set
getZItem
public BubbleDialog.SourceItem getZItem()
- Returns:
- the zItem
setZItem
public void setZItem(BubbleDialog.SourceItem item)
- Parameters:
item
- the zItem to set
getXAxisType
public BubbleConfigBean.AxisType getXAxisType()
- Returns:
- the xAxisType
setXAxisType
public void setXAxisType(BubbleConfigBean.AxisType axisType)
- Parameters:
axisType
- the xAxisType to set
getYAxisType
public BubbleConfigBean.AxisType getYAxisType()
- Returns:
- the yAxisType
setYAxisType
public void setYAxisType(BubbleConfigBean.AxisType axisType)
- Parameters:
axisType
- the yAxisType to set
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener x)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener x)