Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Acm - 50 results found.
NameDescriptionTypePackageFramework
AnimatorThis class extends Thread to provide several features that make it easier to build animations.Classacm.utilAcm
CancelledExceptionThis class allows a dialog to signal clients that it has been cancelled.Classacm.utilAcm
CommandLineProgramThis class simulates the functionality of a ConsoleProgram in an environment that lacks a graphics context.Classacm.programAcm
ConsoleProgramThis class is a standard subclass of Program that installs a console in the window.Classacm.programAcm
DialogProgramThis class is a standard subclass of Program that takes its input from a IODialog object.Classacm.programAcm
DoubleFieldThis class implements a simple interactor that accepts a floating-point value.Classacm.guiAcm
ErrorExceptionThis class allows errors to be reported in a consistent way.Classacm.utilAcm
FileChooserFilterThis class extends javax.Classacm.utilAcm
G3DRectThe G3DRect class is used to represent a rectangle whose borders are drawn to create a three-dimensional effect.Classacm.graphicsAcm
GArcThe GArc class is a graphical object whose appearance consists of an arc.Classacm.graphicsAcm
GCanvasThe GCanvas class is a lightweight component that also serves as a container for graphical objects.Classacm.graphicsAcm
GCompoundThis class defines a graphical object that consists of a collection of other graphical objects.Classacm.graphicsAcm
GContainerDefines the functionality of an object that can serve as the parentSpecifies that iterators should run from back to frontInterfaceacm.graphicsAcm
GDimensionThis class is a double-precision version of the Dimension classConstructor SummaryGDimension()Classacm.graphicsAcm
GFillableSpecifies the characteristics of a graphical object that supports filling.Interfaceacm.graphicsAcm
GImageThe GImage class is a graphical object whose appearance is defined by an image.Classacm.graphicsAcm
GLabelThe GLabel class is a graphical object whose appearance consists of a text string.Classacm.graphicsAcm
GLineThe GLine class is a graphical object whose appearance consistsdoubleLINE_TOLERANCEClassacm.graphicsAcm
GMathThis class defines a variety of static mathematical methods that are useful for the acm.Classacm.graphicsAcm
GObjectThis class is the common superclass of all graphical objects that can be displayed on a GCanvas.Classacm.graphicsAcm
GOvalClassacm.graphicsAcm
GPenThe GPen class simulates a pen drawing on a canvas.Classacm.graphicsAcm
GPointThis class is a double-precision version of the Point classConstructor SummaryGPoint()Classacm.graphicsAcm
GPolygonThe GPolygon class is a graphical object whose appearance consistsConstructor SummaryGPolygon()Classacm.graphicsAcm
GraphicsProgramThis class is a standard subclass of Program whose principal window is used for drawing graphics.Classacm.programAcm
GRectThe GRect class is a graphical object whose appearance consists of a rectangular box.Classacm.graphicsAcm
GRectangleThis class is a double-precision version of the Rectangle classConstructor SummaryGRectangle()Classacm.graphicsAcm
GResizableSpecifies the characteristics of a graphical object that supports the setSize and setBounds methods.Interfaceacm.graphicsAcm
GRoundRectThe GRoundRect class is a graphical object whose appearance consists of a rounded rectangle.Classacm.graphicsAcm
GScalableInterfaceacm.graphicsAcm
GTurtleThe GTurtle class simulates a turtle moving on a canvas.Classacm.graphicsAcm
HPanelThis class represents a horizontal TablePanel with a single row.Classacm.guiAcm
IntFieldThis class implements a simple interactor that accepts an integer value.Classacm.guiAcm
IOConsoleThe IOConsole class makes it easier to interact with the user using text-based input and output in the style of aClassacm.ioAcm
IODialogThe IODialog class provides a simple, dialog-based mechanism for interacting with the user.Classacm.ioAcm
IOModelThe IOModel interface defines the input and output methods supported by both the IOConsoleInterfaceacm.ioAcm
JTFToolsThis class provides a collection of static utility methods that are used elsewhere in the ACM packages.Classacm.utilAcm
MediaToolsThis class implements a standard mechanism for loading images, sounds, and data files from the resources associated with a jar file.Classacm.utilAcm
MovieClipThis class represents a video clip, which can be read from a QuickTime movie file or web-based resource.Classacm.utilAcm
OptionTableClassacm.utilAcm
PlatformThis class contains methods to support platform-specific code.Classacm.utilAcm
ProgramThis class is the superclass for all executable programs in the acm.Classacm.programAcm
ProgramMenuBarThis class standardizes the menu bars used in the ACM program package.Classacm.programAcm
RandomGeneratorThis class implements a simple random number generator that allows clients to generate pseudorandom integers, doubles, booleans, andClassacm.utilAcm
SoundClipThis class represents a sound, which can be created from a URL, sound file, resource stream, or digital samples.Classacm.utilAcm
SwingTimerThis class is equivalent to javax.Classacm.utilAcm
TableConstraintsThis class specifies a set of constraints appropriate to a TableLayout or GridBagLayout.Classacm.guiAcm
TableLayoutThis class implements a new LayoutManager that arranges components into a two-dimensional grid.Classacm.guiAcm
TablePanelThis class represents a simple JPanel that uses TableLayout as its layout manager.Classacm.guiAcm
VPanelThis class represents a vertical TablePanel with a single column.Classacm.guiAcm