Uses of Class
cz.cuni.jagrlib.BadInterfaceException

Packages that use BadInterfaceException
cz.cuni.jagrlib Core JaGrLib package. 
 

Uses of BadInterfaceException in cz.cuni.jagrlib
 

Methods in cz.cuni.jagrlib that throw BadInterfaceException
 void Piece.connect(java.lang.String key, Piece other, java.lang.String otherKey)
          Connects the Piece to the other one through the given Plug.
 void VCommand.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.NewPath.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.MoveTo.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.LineTo.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.ArcTo.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.RArcTo.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.CubicCurveTo.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.ClosePath.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.Stroke.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.Fill.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.Clip.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.PushPath.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.PopPath.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetColor.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetLineWidth.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetLineStyle.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetFillStyle.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetLineCallback.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.SetFillCallback.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.CreateFont.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.FontOrientation.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.GetFont.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.PutFont.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.TextPath.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VCommand.DrawText.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 void VectorCommand.execute(VectorGraphics out)
          Executes the command on the given VectorGraphics interface.
 Piece PieceReference.getPiece(java.lang.String iface)
          Simple Piece de-referencing.
 Piece PieceReference.getPiece(java.lang.String iface, int i)
          1D Piece-array fetching.
 Piece PieceReference.getPiece(java.lang.String iface, int i, int j)
          2D Piece-array fetching.