Uses of Class
org.jcsp.lang.TaggedProtocol
-
Packages that use TaggedProtocol Package Description org.jcsp.awt This provides CSP extensions for all AWTComponentcomponents: GUI events and widget configurations map to channel communications. -
-
Uses of TaggedProtocol in org.jcsp.awt
Subclasses of TaggedProtocol in org.jcsp.awt Modifier and Type Class Description classGraphicsCommandThis is the tagged protocol interpreted by objects (such asDisplayList) that implement theDisplayinterface.static classGraphicsCommand.ClearRectThis is the (immutable) command object forjava.awt.Graphics.clearRect.static classGraphicsCommand.ClipRectThis is the (immutable) command object forjava.awt.Graphics.clipRect.static classGraphicsCommand.CopyAreaThis is the (immutable) command object forjava.awt.Graphics.copyArea.static classGraphicsCommand.Draw3DRectThis is the (immutable) command object forjava.awt.Graphics.draw3DRect.static classGraphicsCommand.DrawArcThis is the (immutable) command object forjava.awt.Graphics.drawArc.static classGraphicsCommand.DrawBytesThis is the (immutable) command object forjava.awt.Graphics.drawBytes.static classGraphicsCommand.DrawCharsThis is the (immutable) command object forjava.awt.Graphics.drawChars.static classGraphicsCommand.DrawImageThis is the (immutable) command object forjava.awt.Graphics.drawImage.static classGraphicsCommand.DrawLineThis is the (immutable) command object forjava.awt.Graphics.drawLine.static classGraphicsCommand.DrawOvalThis is the (immutable) command object forjava.awt.Graphics.drawOval.static classGraphicsCommand.DrawPolygonThis is the (immutable) command object forjava.awt.Graphics.drawPolygon.static classGraphicsCommand.DrawPolylineThis is the (immutable) command object forjava.awt.Graphics.drawPolyline.static classGraphicsCommand.DrawRectThis is the (immutable) command object forjava.awt.Graphics.drawRect.static classGraphicsCommand.DrawRoundRectThis is the (immutable) command object forjava.awt.Graphics.drawRoundRect.static classGraphicsCommand.DrawStringThis is the (immutable) command object forjava.awt.Graphics.drawString.static classGraphicsCommand.Fill3DRectThis is the (immutable) command object forjava.awt.Graphics.translate.static classGraphicsCommand.FillArcThis is the (immutable) command object forjava.awt.Graphics.fillArc.static classGraphicsCommand.FillOvalThis is the (immutable) command object forjava.awt.Graphics.fillOval.static classGraphicsCommand.FillPolygonThis is the (immutable) command object forjava.awt.Graphics.fillPolygon.static classGraphicsCommand.FillRectThis is the (immutable) command object forjava.awt.Graphics.fillRect.static classGraphicsCommand.FillRoundRectThis is the (immutable) command object forjava.awt.Graphics.fillRoundRect.static classGraphicsCommand.GeneralThis is the command object holding aGraphicsCommand.Graphicobject implementing an arbitrary set of graphics operations.static classGraphicsCommand.SetClipThis is the (immutable) command object forjava.awt.Graphics.setClip.static classGraphicsCommand.SetColorThis is the (immutable) command object forjava.awt.Graphics.setColor.static classGraphicsCommand.SetFontThis is the (immutable) command object forjava.awt.Graphics.setFont.static classGraphicsCommand.SetXORModeThis is the (immutable) command object forjava.awt.Graphics.setXORMode.static classGraphicsCommand.TranslateThis is the (immutable) command object forjava.awt.Graphics.translate.classGraphicsProtocolThis is the tagged protocol for use over the toGraphics configuration channel of an active graphics component.static classGraphicsProtocol.GeneralThis is a general configuration class for the graphics component.static classGraphicsProtocol.MakeMISImageThis is a configuration class to associate a java.awt.image.MemoryImageSource with the graphics component.static classGraphicsProtocol.SetBackgroundThis is a configuration class for setting the background java.awt.Color of the active graphics component.static classGraphicsProtocol.SetPaintableThis is a configuration class to register a org.jcsp.awt.Paintable object with the graphics component.
-