public class ChartDividerEvent extends EventObject
ChartDividerEvent
is fired by an IlvHierarchyChart
when the location of the divider is changed.IlvHierarchyChart.addChartDividerListener(ilog.views.gantt.event.ChartDividerListener)
,
ChartDividerListener
,
Serialized Formsource
Constructor and Description |
---|
ChartDividerEvent(IlvHierarchyChart chart,
int location)
Creates new
ChartDividerEvent generated by the specified
chart and with the specified new location value. |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
getChart()
Returns the chart where this event originated.
|
int |
getDividerLocation()
Returns the location of the divider, in pixels from the left side of the
chart.
|
getSource, toString
public ChartDividerEvent(IlvHierarchyChart chart, int location)
ChartDividerEvent
generated by the specified
chart and with the specified new location value.chart
- The chart where the event originated.location
- The divider location, in pixels from the left side
of the chart.public IlvHierarchyChart getChart()
IlvHierarchyChart
where the event originated.public int getDividerLocation()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.