Uses of Class
unbbayes.draw.UShape

Packages that use UShape
unbbayes.draw   
unbbayes.draw.extension   
unbbayes.gui   
 

Uses of UShape in unbbayes.draw
 

Subclasses of UShape in unbbayes.draw
 class UShapeBox
           
 class UShapeDecisionNode
           
 class UShapeDiamond
           
 class UShapeEllipse
           
 class UShapeFrame
           
 class UShapeLine
           
 class UShapePentagon
           
 class UShapeProbabilisticNode
           
 class UShapeRoundRect
           
 class UShapeSizeBtn
           
 class UShapeState
           
 class UShapeText
           
 class UShapeTrapezoid
           
 class UShapeUtilityNode
           
 

Fields in unbbayes.draw declared as UShape
protected  UShape UShapeLine.shapeSource
           
protected  UShape UShapeLine.shapeTarget
           
 UShape UCanvas.shapeTest
           
 

Fields in unbbayes.draw with type parameters of type UShape
 List<UShape> UCanvas.selectedShapes
           
 

Methods in unbbayes.draw that return UShape
 UShape UShape.checkContainer()
           
 UShape UCanvas.getNodeUShape(Node n)
          Does a linear search for a UShape instance containing a node n
 UShape UCanvas.getNodeUShape(UShape parent, Node n)
           
 UShape UCanvas.getSelectedShape()
           
 UShape UCanvas.GetShape(int x, int y)
           
 UShape UCanvas.GetShape(UShape parent, int x, int y)
           
 UShape UShapeLine.getSource()
           
 UShape UShapeLine.getTarget()
           
 UShape UCanvas.setDiamond(int x, int y, int width, int height)
           
 UShape UCanvas.setEllipse(int x, int y, int width, int height)
           
 UShape UCanvas.setFrame(int x, int y, int width, int height)
           
 UShape UCanvas.setPentagon(int x, int y, int width, int height)
           
 UShape UCanvas.setRect(int x, int y, int width, int height)
           
 UShape UCanvas.setRoundRect(int x, int y, int width, int height)
           
 UShape UCanvas.setTrapezoid(int x, int y, int width, int height)
           
 

Methods in unbbayes.draw that return types with arguments of type UShape
 List<UShape> UShape.getFriends()
           
 List<UShape> UCanvas.getSelectedShapes()
           
 

Methods in unbbayes.draw with parameters of type UShape
protected  void UShape.addFriend(UShape friend)
           
 void UCanvas.addShape(UShape shape)
           
 boolean UShape.checkExactEdge(Graphics g, UShape shapeDes, Point2D.Double pSrcResult, Point2D.Double pDesResult)
           
 UShapeLine UCanvas.connectLinesForAllSelectedShape(UShape shapeParent, UShape shapeTarget)
           
 void UCanvas.delShape(UShape shape)
           
 UShape UCanvas.getNodeUShape(UShape parent, Node n)
           
 UShape UCanvas.GetShape(UShape parent, int x, int y)
           
 UShapeLine UCanvas.onDrawConnectLineReleased(UShape shapeParent, int x, int y)
           
 void UCanvas.onPositionChanged(UShape s)
           
 void UCanvas.onResized(UShape s)
           
 void UCanvas.onShapeChanged(UShape s)
           
 void UCanvas.onShapeDeleted(UShape s)
           
 void UCanvas.onShapeMoved(UShape shapeMoved, int x, int y)
           
protected  void UShape.removeFriend(UShape friend)
           
 void UCanvas.setShapeStateAll(UShape parent, String s, Object o)
           
 

Constructors in unbbayes.draw with parameters of type UShape
UShapeLine(UCanvas c, UShape source, UShape target)
           
UShapeSizeBtn(UShape s, int x, int y, int cursor)
           
UShapeText(UShape s, int x, int y, int w, int h)
           
 

Uses of UShape in unbbayes.draw.extension
 

Methods in unbbayes.draw.extension that return UShape
 UShape IPluginUShape.getUShape(Node node, UCanvas canvas)
          Obtains an UShape in order to draw a node within a canvas.
 

Uses of UShape in unbbayes.gui
 

Methods in unbbayes.gui with parameters of type UShape
 UShapeLine LearningPNEditionPane.onDrawConnectLineReleased(UShape shapeParent, int x, int y)
           
 UShapeLine GraphPane.onDrawConnectLineReleased(UShape shapeParent, int x, int y)
           
 void GraphPane.onShapeChanged(UShape s)
           
 void GraphPane.onShapeDeleted(UShape s)
           
 



Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.