A B C D E F G H I L M N O R S T U V W X Y

A

addChangeListener(ChangeListener) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
addChangeListener(ChangeListener) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Subscribes to change events.
addCoordinateSystemChangeListener(SelectionListener) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.GraphSettingsWindow
 
addExtentChangeListener(ExtentChangeListener) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Adds the specified listener to the list of those notified when an extent change happens.
addExtentPoint(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Adds a point to the list used to calculate extents.
addItem(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds an item to the list.
addItemsAfter(LayerItem, List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds the specified items starting after the specified item.
addItemsAt(int, List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds the specified items starting at the specified index.
addItemsBefore(LayerItem, List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds the specified items starting before the specified item.
addItemsInBack(List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds the specified items starting at the back of the list.
addItemsInFront(List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Adds the specified items starting at the front of the list.
addLayer(GraphLayer) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Adds the specified layer to the graph.
addMouseMoveListener(GraphMouseListener) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Adds a subscriber to the list of subscribers notified when the mouse is moved in the graph.
addNameChangeListner(NameChangeListener) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Adds the specified listener to the list of those notified when a name change is requested.
addRefreshListener(Listener) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 

B

BACKGROUND - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
BACKGROUND_BG - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
buildLists() - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 

C

ChangeListener - Interface in net.sourceforge.swtlayeredgraph.listener
Defines an interface to define handlers for general changes.
clearExtents() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Clears the list of points used for extent calculation.
clone() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Creates a deep copy of this object.
ColorType - Enum in net.sourceforge.swtlayeredgraph.examples.graphsettings
 
componentType - Variable in class net.sourceforge.swtlayeredgraph.LayerDrawable
 
contains(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Checks if this rectangle contains the given point.
contains(GraphRectangle) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Checks if this rectangle fully contains the specified rectangle.
convert(Double, CoordinateType, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Converts the passed in value to specified coordinate system.
convertTo(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Converts this coordinate to the specified coordinate system.
coordinate2Device(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Converts from a GraphPoint to local device coordinate (for GC).
CoordinateType - Enum in net.sourceforge.swtlayeredgraph
 
copy(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Does a shallow copy from the passed in point.
copyArea(Image, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
copyArea(int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyArea(int, int, int, int, int, int, boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyArea(Image, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
copyArea(int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
copyArea(int, int, int, int, int, int, boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
createLayer(String) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Creates a new layer with the specified name and adds it to the graph.
CrossCursor - Class in net.sourceforge.swtlayeredgraph
 
CrossCursor() - Constructor for class net.sourceforge.swtlayeredgraph.CrossCursor
Default constructor
CrossCursor(int, int) - Constructor for class net.sourceforge.swtlayeredgraph.CrossCursor
Builds a new graph cursor in the shape of a large cross on the screen.

D

device2Coordinate(Integer, Integer, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Converts a given XY pair and coordinate type to it's correct graph point.
device2Coordinate(Point, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Converts a given point and coordinate type to it's correct graph point.
dispose() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Disposes of the operating system resources associated with this resource.
dispose() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
dpi - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 
draw(GCTransformer, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.CrossCursor
 
draw(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
draw(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
draw(GCTransformer, GraphPoint) - Method in interface net.sourceforge.swtlayeredgraph.IGraphCursor
Draws the cursor on the canvas with the specified center point.
draw(GCTransformer) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Draws the grid.
draw(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Draws this object on the GC in the transformer.
draw(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerGroup
Draws this object on the GC in the transformer (if visible).
DRAW - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
draw(GCTransformer, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.SmallCrossCursor
 
DRAW_OFFSET - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
drawArc(int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the outline of a circular or elliptical arc within the specified rectangular area.
drawArc(int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawFocus(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws a rectangle, based on the specified arguments, which has the appearance of the platform's focus rectangle if the platform supports such a notion, and otherwise draws a simple rectangle in the receiver's foreground color.
drawFocus(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawHover(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
drawHover(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Draws this object, as an object that has the mouse over it, on the GC in the transformer.
drawHover(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerGroup
Draws this object, as an object that has the mouse over it, on the GC in the transformer (if visible).
drawImage(Image, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given image in the receiver at the specified coordinates.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
drawImage(Image, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawImage(Image, int, int, int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawInit(SwtGC) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
Initializes drawing.
drawLayers(PaintEvent) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Draws the individual layers.
drawLine(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws a line, using the foreground color, between the points ( x1, y1) and (x2, y2).
drawLine(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawLines(SwtGC, int, int, Point, Point, Point, Point) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
Draws the grid using lines.
drawOval(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the outline of an oval, using the foreground color, within the specified rectangular area.
drawOval(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawPath(Path) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the path described by the parameter.
drawPath(Path) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawPoint(int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws a pixel, using the foreground color, at the specified point ( x, y).
drawPoint(int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawPoints(SwtGC, int, int, int, Point, Point, Point, Point) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
Draws the grid using points.
drawPolygon(int[]) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the closed polygon which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawPolygon(int[]) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawPolyline(int[]) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the polyline which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawPolyline(int[]) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawRectangle(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the outline of the rectangle specified by the arguments, using the receiver's foreground color.
drawRectangle(Rectangle) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the outline of the specified rectangle, using the receiver's foreground color.
drawRectangle(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawRectangle(Rectangle) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawRoundRectangle(int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the outline of the round-cornered rectangle specified by the arguments, using the receiver's foreground color.
drawRoundRectangle(int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawSelected(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
drawSelected(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Draws this object, as a selected object, on the GC in the transformer.
drawSelected(GCTransformer) - Method in class net.sourceforge.swtlayeredgraph.LayerGroup
Draws this object, as a selected object, on the GC in the transformer (if visible).
drawString(String, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given string, using the receiver's current font and foreground color.
drawString(String, int, int, boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given string, using the receiver's current font and foreground color.
drawString(String, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawString(String, int, int, boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawText(String, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawText(String, int, int, boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
drawText(String, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
DuplicateItemException - Exception in net.sourceforge.swtlayeredgraph.exception
Exception thrown when an item of the same name already exists in the same context.
DuplicateItemException() - Constructor for exception net.sourceforge.swtlayeredgraph.exception.DuplicateItemException
 
DuplicateItemException(String) - Constructor for exception net.sourceforge.swtlayeredgraph.exception.DuplicateItemException
 

E

equals(Object) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
 
equals(Object) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Checks if this rectangle is equal to another.
equals(Object) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
ExtentChangeListener - Interface in net.sourceforge.swtlayeredgraph.listener
Defines an interface used to define handlers for extent changes.
extentPointList - Variable in class net.sourceforge.swtlayeredgraph.LayerDrawable
 
extentsChanged(GraphRectangle) - Method in interface net.sourceforge.swtlayeredgraph.listener.ExtentChangeListener
Called when an objects extents changes.

F

FILL - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
fillArc(int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of a circular or elliptical arc within the specified rectangular area, with the receiver's background color.
fillArc(int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillGradientRectangle(int, int, int, int, boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of the specified rectangle with a gradient sweeping from left to right or top to bottom progressing from the receiver's foreground color to its background color.
fillGradientRectangle(int, int, int, int, boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillOval(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of an oval, within the specified rectangular area, with the receiver's background color.
fillOval(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillPath(Path) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the path described by the parameter.
fillPath(Path) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillPolygon(int[]) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of the closed polygon which is defined by the specified array of integer coordinates, using the receiver's background color.
fillPolygon(int[]) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillRectangle(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of the rectangle specified by the arguments, using the receiver's background color.
fillRectangle(Rectangle) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of the specified rectangle, using the receiver's background color.
fillRectangle(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillRectangle(Rectangle) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
fillRoundRectangle(int, int, int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Fills the interior of the round-cornered rectangle specified by the arguments, using the receiver's background color.
fillRoundRectangle(int, int, int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
FONT - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
FOREGROUND - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
fromDisplayName(String) - Static method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
 
fromString(String) - Static method in enum net.sourceforge.swtlayeredgraph.LineStyle
Parses the incoming string into the correct LineStyle type.

G

gc - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 
GCTransformer - Class in net.sourceforge.swtlayeredgraph
This class provides for applying a coordinate system to a GC object.
GCTransformer() - Constructor for class net.sourceforge.swtlayeredgraph.GCTransformer
Default constructor.
GCTransformer(Double, Double, Double, Double, CoordinateType, Integer, Integer, SwtGC) - Constructor for class net.sourceforge.swtlayeredgraph.GCTransformer
Generates a usable transformer.
get(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets a new GraphPoint in the specified system.
getAdvanced() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns true if receiver is using the operating system's advanced graphics subsystem.
getAdvanced() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getAdvanceWidth(char) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the advance width of the specified character in the font which is currently selected into the receiver.
getAdvanceWidth(char) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getAlpha() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's alpha value.
getAlpha() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getAntialias() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getAntialias() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getBackground() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the background color.
getBackground() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getBackgroundPattern() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the background pattern.
getBackgroundPattern() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getCharWidth(char) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the width of the specified character in the font selected into the receiver.
getCharWidth(char) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getClipping() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the bounding rectangle of the receiver's clipping region.
getClipping(Region) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the region managed by the argument to the current clipping region of the receiver.
getClipping() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getClipping(Region) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getColor() - Method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
 
getColor() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getColor() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the line color for the grid.
getColors() - Static method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
 
getContainer() - Method in class net.sourceforge.swtlayeredgraph.LayerGroup
Gets the internal container that handles layer management.
getCoordinateType() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getCoordinateType() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets the current coordinate system type.
getCoordinateType() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Gets the coordinate system type for width and height.
getCoordinateType() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the coordinate type for x/y increments.
getCoordinateType() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
 
getDevice() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the Device where this resource was created.
getDevice() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getDisplayName() - Method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
 
getDPI() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the transformed DPI for this canvas.
getExtentPoints() - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Gets the list of extent points.
getExtents() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Calculates the minimum GraphRectangle that fully contains this object.
getFillRule() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's fill rule, which will be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
getFillRule() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getFont() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the font currently being used by the receiver to draw and measure text.
getFont() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getFontMetrics() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.
getFontMetrics() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getForeground() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's foreground color.
getForeground() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getForegroundPattern() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the foreground pattern.
getForegroundPattern() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getGC() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the GC object for this transformer.
getGCData() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the GCData.
getGCData() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getGraphCursor() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the current cursor for the canvas.
getGrid() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the current grid layer.
getHeight() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
 
getHeight() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Gets the height of this rectangle.
getInt() - Method in enum net.sourceforge.swtlayeredgraph.LineStyle
Gets the integer value that defines what SWT line type this corresponds to.
getInterpolation() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's interpolation setting, which will be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
getInterpolation() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getItem(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Returns the requested item.
getItem(String...) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the item specified by the path.
getItemCount() - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Gets the number of items in this group.
getItemNames() - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Gets a list of the names of items.
getItems() - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
 
getLargeCrossCursor() - Method in class net.sourceforge.swtlayeredgraph.GraphCursorFactory
Builds a default cross cursor
getLargeCrossCursor(int, int) - Method in class net.sourceforge.swtlayeredgraph.GraphCursorFactory
Builds a cross cursor with the following parameters.
getLayer(String) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the layer with the specified name.
getLayerContainer() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the graph container.
getLayerName(int) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 
getLayerNames() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the list of the name of all of the layers.
getLayers() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets a copy of the list of layers.
getLineAttributes() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's line attributes.
getLineAttributes() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getLineCap() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's line cap style, which will be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
getLineCap() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getLineDash() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's line dash style.
getLineDash() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getLineJoin() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's line join style, which will be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
getLineJoin() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getLineStyle() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's line style, which will be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
getLineStyle() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getLineWidth() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
getLineWidth() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getName() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Gets the name of this object.
getOrigin() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Gets the point that is relative to width/height.
getSelectedItems() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets a list of currently selected items.
getSmallCrossCursor() - Method in class net.sourceforge.swtlayeredgraph.GraphCursorFactory
Builds a default small cross cursor.
getSmallCrossCursor(Double, Double, int, int, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphCursorFactory
Builds a small cross cursor with the following parameters.
getStartingMultiplierValues(GCTransformer, int, int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getStartingPoint(GCTransformer, int, int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
Calculates the point to start drawing grid.
getStyle() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's style information.
getStyle() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getSwtGC(GC) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCFactory
 
getSwtGC(Drawable) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCFactory
 
getSwtGC(Drawable, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCFactory
 
getText() - Method in enum net.sourceforge.swtlayeredgraph.LineStyle
Gets the name/text description for this item.
getTextAntialias() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the receiver's text drawing anti-aliasing setting value, which will be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
getTextAntialias() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getTransform(Transform) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the parameter to the transform that is currently being used by the receiver.
getTransform(Transform) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getTranslateCoordinateType() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the type of unit used for translation.
getWidth() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
 
getWidth() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Gets the width of this rectangle.
getX() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets the local X value in the current coordinate type.
getX(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets the local X value converted to the specified coordinate type.
getX2Y2() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Gets the point opposite of origin (origin + GraphPoint(width, height)).
getXIncrement(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
 
getXInterval() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getXInterval() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the X interval.
getXLineMultiplier() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getXLineMultiplier() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the x line multiplier.
getXLineMultiplierWidth() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getXLineMultiplierWidth() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the with of lines that match the x multiplier.
getXLineStyle() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getXLineStyle() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the line style for horizontal lines.
getXLineWidth() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getXLineWidth() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the horizontal line width in pixels.
getXORMode() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns true if this GC is drawing in the mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and false if it is drawing in the mode where the destination color is being replaced with the source color value.
getXORMode() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
getXScaleFactor() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the scale factor for the X axis.
getXScaleFactor() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the X scale factor.
getXTranslateFactor() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the translation factor for the X axis.
getY() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets the local Y value in the current coordinate type.
getY(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Gets the local Y value converted to the specified coordinate type.
getYIncrement(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
 
getYInterval() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getYInterval() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the Y interval.
getYLineMultiplier() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getYLineMultiplier() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the y line multiplier.
getYLineMultiplierWidth() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getYLineMultiplierWidth() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the with of lines that match the x multiplier.
getYLineStyle() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getYLineStyle() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the line style for vertical lines.
getYLineWidth() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
getYLineWidth() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Gets the vertical line width in pixels.
getYScaleFactor() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the scale factor for the Y axis.
getYScaleFactor() - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Gets the Y scale factor.
getYTranslateFactor() - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Gets the translation factor for the Y axis.
GraphCursorFactory - Class in net.sourceforge.swtlayeredgraph
This class is a factory that is used to create various cursor objects.
GraphCursorFactory() - Constructor for class net.sourceforge.swtlayeredgraph.GraphCursorFactory
 
GraphGridLayer - Class in net.sourceforge.swtlayeredgraph
 
GraphGridLayer() - Constructor for class net.sourceforge.swtlayeredgraph.GraphGridLayer
Default constructor
GraphGridLayer(Double, Double, LineStyle, LineStyle, int, int, int, int, int, int, Boolean, CoordinateType, Color) - Constructor for class net.sourceforge.swtlayeredgraph.GraphGridLayer
Builds a graph grid layer object.
GraphLayer - Class in net.sourceforge.swtlayeredgraph
Defines a graph layer that can contain objects and knows how to draw them.
GraphLayer() - Constructor for class net.sourceforge.swtlayeredgraph.GraphLayer
Default constructor
GraphLayer(String) - Constructor for class net.sourceforge.swtlayeredgraph.GraphLayer
 
GraphMouseListener - Interface in net.sourceforge.swtlayeredgraph.listener
Defines an interface for mouse listeners on the graph.
GraphOnShell - Class in net.sourceforge.swtlayeredgraph.examples
This is a sample application that just places the graph canvas on a shell.
GraphOnShell() - Constructor for class net.sourceforge.swtlayeredgraph.examples.GraphOnShell
 
GraphPoint - Class in net.sourceforge.swtlayeredgraph
Defines a point on the graph defined by a coordinate system.
GraphPoint() - Constructor for class net.sourceforge.swtlayeredgraph.GraphPoint
Default constructor.
GraphPoint(CoordinateType) - Constructor for class net.sourceforge.swtlayeredgraph.GraphPoint
Constructor to use specific coordinate type.
GraphPoint(Double, Double) - Constructor for class net.sourceforge.swtlayeredgraph.GraphPoint
Constructor to use specific X & Y coordinates.
GraphPoint(Double, Double, CoordinateType) - Constructor for class net.sourceforge.swtlayeredgraph.GraphPoint
Constructor to fully specify point.
GraphRectangle - Class in net.sourceforge.swtlayeredgraph
Defines a rectangle that uses coordinate types.
GraphRectangle() - Constructor for class net.sourceforge.swtlayeredgraph.GraphRectangle
Default constructor.
GraphRectangle(GraphPoint, Double, Double, CoordinateType) - Constructor for class net.sourceforge.swtlayeredgraph.GraphRectangle
Builds a graph rectangle with the specified attributes.
GraphSettings - Class in net.sourceforge.swtlayeredgraph.examples.graphsettings
Graph Settings is an example that uses the SwtLayeredGraph and most of its features.
GraphSettings() - Constructor for class net.sourceforge.swtlayeredgraph.examples.graphsettings.GraphSettings
 
GraphSettingsWindow - Class in net.sourceforge.swtlayeredgraph.examples.graphsettings
 
GraphSettingsWindow(Composite, SwtLayeredGraph) - Constructor for class net.sourceforge.swtlayeredgraph.examples.graphsettings.GraphSettingsWindow
 
GridSettingsWindow - Class in net.sourceforge.swtlayeredgraph.examples.graphsettings
 
GridSettingsWindow(IGraphGridLayer, Composite) - Constructor for class net.sourceforge.swtlayeredgraph.examples.graphsettings.GridSettingsWindow
Default constructor.

H

handleMouseDoubleClick(Event, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Handles a mouse double click on this object.
handleMouseDown(Event, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
handleMouseDown(Event, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Handles a mouse down event on this object.
handleMouseEvent(Event, GraphPoint) - Method in interface net.sourceforge.swtlayeredgraph.listener.GraphMouseListener
Called when the mouse moves in GraphMouseListenerparam newPoint The location of the new mouse point.
handleMouseMove(Event, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Handles a mouse movement on this object.
handleMouseUp(Event, GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Handles a mouse up event on this object.
hashCode() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Returns the hash code for this point.
hashCode() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns an integer hash code for the receiver.
height - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 

I

IGraphCursor - Interface in net.sourceforge.swtlayeredgraph
Provides an interface to allow for custom graph cursors.
IGraphGridLayer - Interface in net.sourceforge.swtlayeredgraph
 
InvalidItemPathException - Exception in net.sourceforge.swtlayeredgraph.exception
Exception thrown when an item could not be found on the specified path.
InvalidItemPathException() - Constructor for exception net.sourceforge.swtlayeredgraph.exception.InvalidItemPathException
 
InvalidItemPathException(String) - Constructor for exception net.sourceforge.swtlayeredgraph.exception.InvalidItemPathException
 
isClipped() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns true if the receiver has a clipping region set into it, and false otherwise.
isClipped() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
isDirty() - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Checks if this object is dirty.
isDirty() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this object is dirty.
isDisposed() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns true if the GC has been disposed, and false otherwise.
isDisposed() - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
isDrawable() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this item is a DRAWABLE.
isFocused() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this object is currently focused or not.
isGroup() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this item is a GROUP.
isLayer() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this item is a LAYER.
isSelected() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this object is selected or not.
isVisible() - Method in class net.sourceforge.swtlayeredgraph.CrossCursor
 
isVisible() - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
isVisible() - Method in interface net.sourceforge.swtlayeredgraph.IGraphCursor
Checks to see if cursor is visible.
isVisible() - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Checks if the grid is visible.
isVisible() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Checks if this object is visible.
isVisible() - Method in class net.sourceforge.swtlayeredgraph.SmallCrossCursor
 

L

LayerComponentType - Enum in net.sourceforge.swtlayeredgraph
Defines the types of layer components available.
LayerContainer<LayerItem extends LayerDrawable> - Class in net.sourceforge.swtlayeredgraph
 
LayerContainer() - Constructor for class net.sourceforge.swtlayeredgraph.LayerContainer
Default constructor.
LayerContainer(ChangeListener) - Constructor for class net.sourceforge.swtlayeredgraph.LayerContainer
Builds a new layer container with a change listener
LayerDrawable - Class in net.sourceforge.swtlayeredgraph
Defines a base class for all objects that can be drawn on the layered graph.
LayerDrawable() - Constructor for class net.sourceforge.swtlayeredgraph.LayerDrawable
Default constructor.
LayerDrawable(String) - Constructor for class net.sourceforge.swtlayeredgraph.LayerDrawable
Creates a new LayerDrawable object with the specified name.
LayerGroup - Class in net.sourceforge.swtlayeredgraph
Defines a base implementation for a layer group.
LayerGroup() - Constructor for class net.sourceforge.swtlayeredgraph.LayerGroup
Default constructor.
LayerGroup(String) - Constructor for class net.sourceforge.swtlayeredgraph.LayerGroup
Builds a new layer group with the specified name.
LayerSettingsWindow - Class in net.sourceforge.swtlayeredgraph.examples.graphsettings
 
LayerSettingsWindow(Composite, SwtLayeredGraph) - Constructor for class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 
LINE_CAP - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASH - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASH_ZERO - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASHDOT - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASHDOT_ZERO - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASHDOTDOT - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DASHDOTDOT_ZERO - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DOT - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_DOT_ZERO - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_JOIN - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_MITERLIMIT - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_STYLE - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LINE_WIDTH - Static variable in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
 
LineStyle - Enum in net.sourceforge.swtlayeredgraph
Defines the available/known line types and how they are mapped to SWT line types.
lr - Variable in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 

M

main(String[]) - Static method in class net.sourceforge.swtlayeredgraph.examples.GraphOnShell
 
main(String[]) - Static method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.GraphSettings
 
merge(GraphRectangle) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Merges the two rectangles.
move(Double, Double, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
move(Double, Double, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Moves the object by the specified x and y deltas.
move(Double, Double, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.LayerGroup
Moves the layer object by the specified x and y deltas.
moveBackward(int) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 
moveBackward(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves item backward by one.
moveBackward(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves item backward by one.
moveForward(int) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 
moveForward(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves item forward by one.
moveForward(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves item forward by one.
moveToBack(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves the specified item to the back of the list.
moveToBack(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves the specified item to the back of the list.
moveToFront(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves the specified item to the front of the list.
moveToFront(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Moves the specified item to the front of the list.

N

NameChangeListener - Interface in net.sourceforge.swtlayeredgraph.listener
Defines an interface to define handlers for name change validation.
net.sourceforge.swtlayeredgraph - package net.sourceforge.swtlayeredgraph
 
net.sourceforge.swtlayeredgraph.examples - package net.sourceforge.swtlayeredgraph.examples
 
net.sourceforge.swtlayeredgraph.examples.graphsettings - package net.sourceforge.swtlayeredgraph.examples.graphsettings
 
net.sourceforge.swtlayeredgraph.exception - package net.sourceforge.swtlayeredgraph.exception
 
net.sourceforge.swtlayeredgraph.listener - package net.sourceforge.swtlayeredgraph.listener
 
net.sourceforge.swtlayeredgraph.proxies - package net.sourceforge.swtlayeredgraph.proxies
 
notifyChange() - Method in interface net.sourceforge.swtlayeredgraph.listener.ChangeListener
 

O

overlaps(GraphRectangle) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Checks if this rectangle overlaps the one passed in.

R

recalculateExtents() - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Recalculates the extents based off of the point list.
removeChangeListener(ChangeListener) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
removeChangeListener(ChangeListener) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Removes subscription to change events.
removeExtentChangeListener(ExtentChangeListener) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Removes the specified listener from the list of those notified when an extent change happens.
removeItem(LayerItem) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Removes the specified item from the list.
removeItem(String) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Removes the specified item from the list.
removeLayer(GraphLayer) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Removes the specified layer.
removeLayer(String) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Removes the specified layer.
removeMouseMoveListener(GraphMouseListener) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Removes a subscriber from the list of subscribers notified when the mouse is moved in the graph.
removeNameChangeListener(NameChangeListener) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Removes the specified listener from the list of those notified when a name change is requested.
removeRefreshListener(Listener) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 

S

SampleShape - Class in net.sourceforge.swtlayeredgraph.examples.graphsettings
 
SampleShape(Double, Double, Double, Double, int, String) - Constructor for class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 
setAdvanced(boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver to always use the operating system's advanced graphics subsystem for all graphics operations if the argument is true.
setAdvanced(boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setAlpha(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's alpha value which must be between 0 (transparent) and 255 (opaque).
setAlpha(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setAntialias(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's anti-aliasing value to the parameter, which must be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
setAntialias(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setBackground(Color) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the background color.
setBackground(Color) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setBackgroundPattern(Pattern) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the background pattern.
setBackgroundPattern(Pattern) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setClipping(int, int, int, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the arguments.
setClipping(Path) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the area of the receiver which can be changed by drawing operations to the path specified by the argument.
setClipping(Rectangle) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the argument.
setClipping(Region) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the area of the receiver which can be changed by drawing operations to the region specified by the argument.
setClipping(int, int, int, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setClipping(Path) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setClipping(Rectangle) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setClipping(Region) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setColor(Color) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setColor(Color) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the line color.
setCoordinateSystem(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.GraphSettingsWindow
 
setCoordinateType(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setCoordinateType(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Sets the coordinate system for this rectangle.
setCoordinateType(CoordinateType) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the coordinate type of the x/y intervals.
setCoordinateType(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
 
setDirty(Boolean) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Sets the dirty flag.
setDirty(Boolean) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Sets the dirty flag for this object.
setFillRule(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's fill rule to the parameter, which must be one of SWT.FILL_EVEN_ODD or SWT.FILL_WINDING.
setFillRule(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setFocused(Boolean) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Sets the current focus status of this object.
setFont(Font) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the font which will be used by the receiver to draw and measure text to the argument.
setFont(Font) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setForeground(Color) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the foreground color.
setForeground(Color) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setForegroundPattern(Pattern) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the foreground pattern.
setForegroundPattern(Pattern) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setGC(SwtGC) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the GC object to use as the device.
setGraphCursor(IGraphCursor) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Sets the cursor to use on the canvas.
setGrid(IGraphGridLayer) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Sets the current grid layer to the specified grid.
setHeight(Integer) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the height of the viewable window in pixels.
setHeight(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Sets the new height for this rectangle.
setInterpolation(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's interpolation setting to the parameter, which must be one of SWT.DEFAULT, SWT.NONE, SWT.LOW or SWT.HIGH.
setInterpolation(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setItems(List<LayerItem>) - Method in class net.sourceforge.swtlayeredgraph.LayerContainer
Sets the list of items to the specified list.
setLineAttributes(LineAttributes) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's line attributes.
setLineAttributes(LineAttributes) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setLineCap(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's line cap style to the argument, which must be one of the constants SWT.CAP_FLAT, SWT.CAP_ROUND, or SWT.CAP_SQUARE.
setLineCap(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setLineDash(int[]) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's line dash style to the argument.
setLineDash(int[]) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setLineJoin(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's line join style to the argument, which must be one of the constants SWT.JOIN_MITER, SWT.JOIN_ROUND, or SWT.JOIN_BEVEL.
setLineJoin(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setLineStyle(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's line style to the argument, which must be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
setLineStyle(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setLineWidth(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
setLineWidth(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setName(String) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Sets the name of this object.
setOrigin(GraphPoint) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Sets the new origin/reference point for width/height.
setScrollBarEnable(Boolean) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
 
setSelected(Boolean) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Sets the selected flag on this object.
setTextAntialias(int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the receiver's text anti-aliasing value to the parameter, which must be one of SWT.DEFAULT, SWT.OFF or SWT.ON.
setTextAntialias(int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setTransform(Transform) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Sets the transform that is currently being used by the receiver.
setTransform(Transform) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
setTranslateCoordinateType(CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the coordinate system used for translation.
setVisible(Boolean) - Method in class net.sourceforge.swtlayeredgraph.CrossCursor
 
setVisible(int, Button) - Method in class net.sourceforge.swtlayeredgraph.examples.graphsettings.LayerSettingsWindow
 
setVisible(Boolean) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setVisible(Boolean) - Method in interface net.sourceforge.swtlayeredgraph.IGraphCursor
Sets the visibility status of the cursor
setVisible(Boolean) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the visibility flag for the grid.
setVisible(Boolean) - Method in class net.sourceforge.swtlayeredgraph.LayerDrawable
Sets the visible flag on this object.
setVisible(Boolean) - Method in class net.sourceforge.swtlayeredgraph.SmallCrossCursor
 
setWidth(Integer) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the width of the viewable window in pixels.
setWidth(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Sets the new width for this rectangle.
setX(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Sets the X coordinate to the specified value.
setX(Double, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Sets the X coordinate to the specified value after converting from the specified system.
setXInterval(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setXInterval(Double) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the X interval (vertical line spacing).
setXLineMultiplier(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setXLineMultiplier(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the new x line multiplier.
setXLineMultiplierWidth(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setXLineMultiplierWidth(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the width of lines that match the y multiplier.
setXLineStyle(LineStyle) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setXLineStyle(LineStyle) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the line style for horizontal lines.
setXLineWidth(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setXLineWidth(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the width (in pixels) of horizontal lines.
setXORMode(boolean) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Deprecated. this functionality is not supported on some platforms
setXORMode(boolean) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
Deprecated. 
setXScaleFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the scale factor for the X axis.
setXScaleFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Sets the X scale factor with 1.0 being 100%.
setXTranslateFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the translation factor for the X axis.
setY(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Sets the Y coordinate to the specified value.
setY(Double, CoordinateType) - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Sets the Y coordinate to the specified value after converting from the specified system.
setYInterval(Double) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setYInterval(Double) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the Y interval (horizontal line spacing).
setYLineMultiplier(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setYLineMultiplier(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the new y line multiplier.
setYLineMultiplierWidth(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setYLineMultiplierWidth(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the width of lines that match the y multiplier.
setYLineStyle(LineStyle) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setYLineStyle(LineStyle) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the line style for vertical lines.
setYLineWidth(int) - Method in class net.sourceforge.swtlayeredgraph.GraphGridLayer
 
setYLineWidth(int) - Method in interface net.sourceforge.swtlayeredgraph.IGraphGridLayer
Sets the width (in pixels) of vertical lines.
setYScaleFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the scale factor for the Y axis.
setYScaleFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Sets the Y scale factor with 1.0 being 100%.
setYTranslateFactor(Double) - Method in class net.sourceforge.swtlayeredgraph.GCTransformer
Sets the translation factor for the Y axis.
SmallCrossCursor - Class in net.sourceforge.swtlayeredgraph
 
SmallCrossCursor() - Constructor for class net.sourceforge.swtlayeredgraph.SmallCrossCursor
Default constructor
SmallCrossCursor(Double, Double, int, int, CoordinateType) - Constructor for class net.sourceforge.swtlayeredgraph.SmallCrossCursor
Builds a new graph cursor object in the shape of a cross.
stringExtent(String) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the extent of the given string.
stringExtent(String) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
SwtGC - Interface in net.sourceforge.swtlayeredgraph.proxies
 
SwtGCFactory - Class in net.sourceforge.swtlayeredgraph.proxies
 
SwtGCFactory() - Constructor for class net.sourceforge.swtlayeredgraph.proxies.SwtGCFactory
 
SwtGCImpl - Class in net.sourceforge.swtlayeredgraph.proxies
This class is provided as a proxy implementation of a SWT GC class.
SwtGCImpl(GC) - Constructor for class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
SwtGCImpl(Drawable) - Constructor for class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
Constructs a new instance of this class which has been configured to draw on the specified drawable.
SwtGCImpl(Drawable, int) - Constructor for class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
Constructs a new instance of this class which has been configured to draw on the specified drawable.
SwtLayeredGraph - Class in net.sourceforge.swtlayeredgraph
 
SwtLayeredGraph(Composite) - Constructor for class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
Builds a new SwtLayeredGraph with the specified parent and SWT style.
SwtLayeredGraph(Composite, Boolean) - Constructor for class net.sourceforge.swtlayeredgraph.SwtLayeredGraph
 

T

textExtent(String) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the extent of the given string.
textExtent(String, int) - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns the extent of the given string.
textExtent(String) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
textExtent(String, int) - Method in class net.sourceforge.swtlayeredgraph.proxies.SwtGCImpl
 
toString() - Method in class net.sourceforge.swtlayeredgraph.GraphPoint
Returns a human readable version of the coordinate.
toString() - Method in class net.sourceforge.swtlayeredgraph.GraphRectangle
Converts this rectangle to a human readable version.
toString() - Method in interface net.sourceforge.swtlayeredgraph.proxies.SwtGC
Returns a string containing a concise, human-readable description of the receiver.
translateCoordinateType - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 

U

ul - Variable in class net.sourceforge.swtlayeredgraph.examples.graphsettings.SampleShape
 

V

validateNewName(LayerDrawable, String) - Method in interface net.sourceforge.swtlayeredgraph.listener.NameChangeListener
Called before a name change.
valueOf(String) - Static method in enum net.sourceforge.swtlayeredgraph.CoordinateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.swtlayeredgraph.LayerComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.swtlayeredgraph.LineStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.swtlayeredgraph.CoordinateType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.sourceforge.swtlayeredgraph.examples.graphsettings.ColorType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.sourceforge.swtlayeredgraph.LayerComponentType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum net.sourceforge.swtlayeredgraph.LineStyle
Returns an array containing the constants of this enum type, in the order they're declared.

W

width - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 

X

xScaleFactor - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 
xTranslateFactor - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 

Y

yScaleFactor - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 
yTranslateFactor - Variable in class net.sourceforge.swtlayeredgraph.GCTransformer
 

A B C D E F G H I L M N O R S T U V W X Y

Copyright © 2009. All Rights Reserved.