Class GanttImage
java.lang.Object
org.eclipse.nebula.widgets.ganttchart.AbstractGanttEvent
org.eclipse.nebula.widgets.ganttchart.GanttEvent
org.eclipse.nebula.widgets.ganttchart.GanttImage
- All Implemented Interfaces:
java.lang.Cloneable
,IGanttChartItem
public class GanttImage extends GanttEvent
Convenience class for creating an image in the chart instead of using the constructors in GanttEvent.
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.ganttchart.GanttEvent
FIXED_ROW_HEIGHT_AUTOMATIC
-
Constructor Summary
Constructors Constructor Description GanttImage(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)
GanttImage(GanttChart parent, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)
{@inheritDoc) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.ganttchart.GanttEvent
addScopeEvent, calculateScope, clone, dispose, flagDragging, getActualBounds, getActualDDayEnd, getActualDDayStart, getActualEndDate, getActualStartDate, getActualWidth, getAdvancedTooltip, getBottomY, getBounds, getData, getDaysBetweenStartAndEnd, getDDateRange, getDDayEnd, getDDayRevisedEnd, getDDayRevisedStart, getDDayStart, getEarliestScopeEvent, getEarliestStartDate, getEarliestStartX, getEndDate, getFixedRowHeight, getGanttGroup, getGanttSection, getGradientStatusColor, getHeight, getHorizontalLineBottomY, getHorizontalLineTopY, getHorizontalTextLocation, getLatestEndDate, getLatestEndX, getLatestScopeEvent, getMenu, getName, getNameExtent, getNoMoveAfterDate, getNoMoveBeforeDate, getParentChart, getParentComposite, getParsedString, getPercentComplete, getPicture, getPostMoveOrResizeUndoCommand, getPreVerticalDragBounds, getRevisedDDateRange, getRevisedEnd, getRevisedStart, getScopeEvents, getScopeParent, getStartDate, getStatusColor, getTextDisplayFormat, getTextFont, getVerticalEventAlignment, getVerticalTextLocation, getVisibility, getWidth, getWidthWithText, getX, getXEnd, getY, hasMovedVertically, hasMovementConstraints, hideAllChildren, isAutomaticRowHeight, isBoundsSet, isCheckpoint, isChildrenHidden, isHidden, isImage, isLocked, isMoveable, isNameChanged, isResizable, isScope, isShowText, moveCancelled, moveFinished, moveStarted, removeScopeEvent, reparentToNewGanttSection, setAdvancedTooltip, setAutomaticRowHeight, setBounds, setBounds, setBoundsSet, setCheckpoint, setData, setDDayEnd, setDDayStart, setEarliestStartX, setEndDate, setFixedRowHeight, setGanttGroup, setGanttSection, setGradientStatusColor, setHidden, setHorizontalLineBottomY, setHorizontalLineTopY, setHorizontalTextLocation, setImage, setLatestEndX, setLocked, setMoveable, setName, setNameChanged, setNameExtent, setNoMoveAfterDate, setNoMoveBeforeDate, setNoUpdatePlannedDates, setNoUpdateRevisedDates, setParsedString, setPercentComplete, setPicture, setResizable, setRevisedDates, setRevisedEnd, setRevisedEnd, setRevisedEnd, setRevisedStart, setRevisedStart, setRevisedStart, setScope, setScopeParent, setShowBoldText, setShowText, setStartDate, setStatusColor, setTextDisplayFormat, setTextFont, setVerticalEventAlignment, setVerticalTextLocation, setVisibility, setWidthWithText, showAllChildren, showBoldText, toString, undoVerticalDragging, update, updateActualWidth, updateHeight, updateWidth, updateX, updateY, wasVerticallyMovedUp
Methods inherited from class org.eclipse.nebula.widgets.ganttchart.AbstractGanttEvent
getLayer, getLayerInt, setLayer
-
Constructor Details
-
GanttImage
public GanttImage(GanttChart parent, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture){@inheritDoc) -
GanttImage
public GanttImage(GanttChart parent, java.lang.Object data, java.lang.String name, java.util.Calendar date, org.eclipse.swt.graphics.Image picture)
-