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

I

Icon - Class in org.pzgui.icon
Generic icon for drawing.
Icon() - Constructor for class org.pzgui.icon.Icon
 
id - Variable in class org.openflow.gui.net.protocol.Flow
flow identifier
id - Variable in class org.openflow.gui.net.protocol.Node
unique ID of the node (datapath ID for a switch)
id - Variable in class org.pzgui.PZManager.LayoutableInfo
 
idNum - Variable in class org.pzgui.PZManager.LayoutableInfo
 
ignoreSegment(Pair<FlowHop, FlowHop>) - Method in class org.openflow.gui.drawables.Flow
add a segment to ignore
IllegalArgValException - Exception in org.openflow.util.string
A checked Exception replacement for IllegalArgumentException
IllegalArgValException() - Constructor for exception org.openflow.util.string.IllegalArgValException
default constructor
IllegalArgValException(String) - Constructor for exception org.openflow.util.string.IllegalArgValException
specify the message for the Exception
ImageIcon - Class in org.pzgui.icon
An icon backed by a rasterized image.
ImageIcon(String) - Constructor for class org.pzgui.icon.ImageIcon
Creates an image from the specified filename.
ImageIcon(String, int, int) - Constructor for class org.pzgui.icon.ImageIcon
Creates an image from the speccified filename with the specified width and height.
ImageIcon(String, float) - Constructor for class org.pzgui.icon.ImageIcon
Creates an image from the speccified filename with its width and height scaled by the specified scale value.
in - Variable in class org.openflow.gui.net.SocketConnection
input stream to read from the socket
in_port - Variable in class org.openflow.protocol.Match
Input switch port
indexOf(String, String) - Static method in class org.openflow.util.string.StringOps
finds the searchTerm in String s from startIndex which doesn't have a letter, digit, or underscore on either side of it
indexOf(String, String, int) - Static method in class org.openflow.util.string.StringOps
finds the searchTerm in String s from startIndex which doesn't have a letter, digit, or underscore on either side of it
inport - Variable in class org.openflow.gui.net.protocol.FlowHop
the incoming port
inport - Variable in class org.openflow.util.FlowHop
the incoming port
installListeners(JSlider) - Method in class org.tame.MetalMThumbSliderUI
 
installUI(JComponent) - Method in class org.tame.MetalMThumbSliderUI
 
installUI(JComponent) - Method in class org.tame.MThumbSliderAdditionalUI
 
intersect(Vector2i, Vector2i, int, int) - Static method in class org.pzgui.math.IntersectionFinder
Returns the first intersection point of a ray cast from point p to the edge of a box.
intersectBox(Line, int, int, int, int) - Static method in class org.pzgui.math.IntersectionFinder
Returns an intersection point of l and the specified box or null if they do not intersection
intersectBox(Line, Node) - Static method in class org.pzgui.math.IntersectionFinder
Returns an intersection point of l and the area of the specified Icon or null if they do not intersection
IntersectionFinder - Class in org.pzgui.math
Algorithms for finding the intersection points of lines and other shapes.
IntersectionFinder() - Constructor for class org.pzgui.math.IntersectionFinder
 
intersectLine(Line, Line) - Static method in class org.pzgui.math.IntersectionFinder
Returns the insersection point of l1 and l2, or null if they do not intersect
intersectLineHelper(Line, Line) - Static method in class org.pzgui.math.IntersectionFinder
Returns the insersection point of infinite lines l1 and l2, or null if they are parallel
IP4_ADDR_LEN - Static variable in class org.openflow.util.string.IPUtil
Size of an IPv4 address in bytes
IPUtil - Class in org.openflow.util.string
IPUtil -- Utility class with IP related functions
IPUtil() - Constructor for class org.openflow.util.string.IPUtil
 
isAutoRecomputeLayoutSize() - Method in class org.pzgui.layout.PZLayoutManager
If true, then the layout size will be recomputed when a window is added, removed, or resized.
isCenter() - Method in class org.pzgui.icon.GeometricIcon
 
isConnected() - Method in class org.openflow.gui.net.BackendConnection
returns true if the connection to the server is currently alive
isConnected() - Method in class org.openflow.gui.net.BackendConnection.NetStats
 
isDrawn() - Method in class org.pzgui.AbstractDrawable
 
isDrawn() - Method in interface org.pzgui.Drawable
Whether this object has been drawn this redraw cycle
isExpired() - Method in class org.pzgui.icon.TemporalIcon
 
isFailed() - Method in class org.openflow.gui.drawables.Link
Returns true if the link has failed.
isFailed() - Method in class org.openflow.gui.drawables.Node
 
isHovered() - Method in class org.pzgui.AbstractDrawable
 
isHovered() - Method in interface org.pzgui.Drawable
Whether this object currently has the mouse over it
isOff() - Method in class org.openflow.gui.drawables.Node
 
isPortUsed(short) - Method in class org.openflow.gui.drawables.NodeWithPorts
Returns whether the specified port is currently connected to a link.
isRelayoutAfterManualChange() - Method in class org.pzgui.layout.PZLayoutManager
Gets whether to relayout when a node is dragged
isSelected() - Method in class org.pzgui.AbstractDrawable
 
isSelected() - Method in interface org.pzgui.Drawable
Whether this object is currently selected
isSet(FlowWildcards.Wildcard) - Method in class org.openflow.protocol.FlowWildcards
Returns whether the bit for Wildcard w is set in bitfield
isShutdown() - Method in class org.openflow.gui.net.BackendConnection
gets whether the connection has been shutdown yet
isStatefulReply() - Method in class org.openflow.gui.net.protocol.OFGMessage
returns whether this message is a reply to a stateful exchange (default=false)
isStatefulReply() - Method in class org.openflow.protocol.AggregateStatsReply
returns true because this message is part of a stateful exchange
isStatefulRequest() - Method in class org.openflow.gui.net.protocol.OFGMessage
returns whether this message starts a stateful exchange (default=false)
isStatefulRequest() - Method in class org.openflow.protocol.AggregateStatsRequest
returns true because this message is part of a stateful exchange
isSubscribeToLinkChanges() - Method in class org.openflow.gui.ConnectionHandler
Returns whether the connection is subscribed to link changes
isSubscribeToSwitchChanges() - Method in class org.openflow.gui.ConnectionHandler
Returns whether the connection is subscribed to switch changes
isVertical - Variable in class org.pzgui.math.Line
 
isWildcardAll() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on everything
isWildcardEthernetDst() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on destination MAC address
isWildcardEthernetSrc() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on source MAC address
isWildcardEthernetType() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on Ethernet type
isWildcardInputPort() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on input port
isWildcardIPDst() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on destination IP address
isWildcardIPProtocol() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on IP protocol
isWildcardIPSrc() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on source IP address
isWildcardPortDst() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on TCP/UDP destination port
isWildcardPortSrc() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on TCP/UDP source port
isWildcardVLAN() - Method in class org.openflow.protocol.FlowWildcards
Whether to wildcard on VLAN
isWired() - Method in class org.openflow.gui.drawables.Link
returns true if the link is a wired link
isWireless() - Method in class org.openflow.gui.drawables.Link
returns true if the link is a wireless link
isWithin(int, int, boolean) - Method in class org.openflow.gui.drawables.Flow
Returns true if the specified coordinates are in the area covered by this flow.
isWithin(int, int, Dimension) - Method in class org.openflow.gui.drawables.Node
Returns true if the object of size sz contains the location x, y
isWithin(Vector2f, Line) - Static method in class org.pzgui.math.IntersectionFinder
returns true if i is within the bounds of l

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