Uses of Interface
cz.cuni.jagrlib.iface.VectorGraphics

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

Uses of VectorGraphics in cz.cuni.jagrlib
 

Methods in cz.cuni.jagrlib with parameters of type VectorGraphics
 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.