A B C D E F G H I J K L M N O P R S T U V W X Y Z

P

packages - Static variable in class org.jhotdraw.util.VersionManagement
 
paint(Graphics) - Method in class org.jhotdraw.contrib.MiniMapView
 
paint(Graphics) - Method in class org.jhotdraw.contrib.zoom.ZoomDrawingView
 
paint(Graphics) - Method in interface org.jhotdraw.framework.DrawingView
Paints the drawing view.
paint(Graphics) - Method in class org.jhotdraw.standard.NullDrawingView
Paints the drawing view.
paint(Graphics) - Method in class org.jhotdraw.standard.ToolButton
 
Painter - Interface in org.jhotdraw.framework
Painter defines the interface for drawing a layer into a DrawingView.
paintSelected(Graphics) - Method in class org.jhotdraw.standard.ToolButton
 
PaletteButton - Class in org.jhotdraw.util
A palette button is a three state button.
PaletteButton(PaletteListener) - Constructor for class org.jhotdraw.util.PaletteButton
Constructs a PaletteButton.
PaletteIcon - Class in org.jhotdraw.util
A three state icon that can be used in Palettes.
PaletteIcon(Dimension, Image, Image, Image) - Constructor for class org.jhotdraw.util.PaletteIcon
 
PaletteIconTest - Class in org.jhotdraw.test.util
TestCase PaletteIconTest is generated by JUnitDoclet to hold the tests for PaletteIcon.
PaletteIconTest(String) - Constructor for class org.jhotdraw.test.util.PaletteIconTest
Constructor PaletteIconTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PaletteLayout - Class in org.jhotdraw.util
A custom layout manager for the palette.
PaletteLayout(int) - Constructor for class org.jhotdraw.util.PaletteLayout
Initializes the palette layout.
PaletteLayout(int, Point) - Constructor for class org.jhotdraw.util.PaletteLayout
 
PaletteLayout(int, Point, boolean) - Constructor for class org.jhotdraw.util.PaletteLayout
 
PaletteLayoutTest - Class in org.jhotdraw.test.util
TestCase PaletteLayoutTest is generated by JUnitDoclet to hold the tests for PaletteLayout.
PaletteLayoutTest(String) - Constructor for class org.jhotdraw.test.util.PaletteLayoutTest
Constructor PaletteLayoutTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PaletteListener - Interface in org.jhotdraw.util
Interface for handling palette events.
paletteUserOver(PaletteButton, boolean) - Method in class org.jhotdraw.applet.DrawApplet
Handles when the mouse enters or leaves a palette button.
paletteUserOver(PaletteButton, boolean) - Method in class org.jhotdraw.application.DrawApplication
Handles when the mouse enters or leaves a palette button.
paletteUserOver(PaletteButton, boolean) - Method in interface org.jhotdraw.util.PaletteListener
The user moved the mouse over the palette entry.
paletteUserSelected(PaletteButton) - Method in class org.jhotdraw.applet.DrawApplet
Handles a user selection in the palette.
paletteUserSelected(PaletteButton) - Method in class org.jhotdraw.application.DrawApplication
Handles a user selection in the palette.
paletteUserSelected(PaletteButton) - Method in interface org.jhotdraw.util.PaletteListener
The user selected a palette entry.
PasteCommand - Class in org.jhotdraw.standard
Command to insert the clipboard into the drawing.
PasteCommand(String, DrawingEditor) - Constructor for class org.jhotdraw.standard.PasteCommand
Constructs a paste command.
PasteCommand.UndoActivity - Class in org.jhotdraw.standard
 
PasteCommand.UndoActivity(DrawingView) - Constructor for class org.jhotdraw.standard.PasteCommand.UndoActivity
 
PasteCommandTest - Class in org.jhotdraw.test.standard
TestCase PasteCommandTest is generated by JUnitDoclet to hold the tests for PasteCommand.
PasteCommandTest(String) - Constructor for class org.jhotdraw.test.standard.PasteCommandTest
Constructor PasteCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PatternPainter - Class in org.jhotdraw.samples.javadraw
PatternDrawer a background that can be added to a drawing.
PatternPainter(Image) - Constructor for class org.jhotdraw.samples.javadraw.PatternPainter
 
PatternPainterTest - Class in org.jhotdraw.test.samples.javadraw
TestCase PatternPainterTest is generated by JUnitDoclet to hold the tests for PatternPainter.
PatternPainterTest(String) - Constructor for class org.jhotdraw.test.samples.javadraw.PatternPainterTest
Constructor PatternPainterTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
peelDecoration() - Method in class org.jhotdraw.standard.DecoratorFigure
Removes the decoration from the contained figure.
PeripheralLocator - Class in org.jhotdraw.standard
 
PeripheralLocator(int, int) - Constructor for class org.jhotdraw.standard.PeripheralLocator
 
PeripheralLocatorTest - Class in org.jhotdraw.test.standard
TestCase PeripheralLocatorTest is generated by JUnitDoclet to hold the tests for PeripheralLocator.
PeripheralLocatorTest(String) - Constructor for class org.jhotdraw.test.standard.PeripheralLocatorTest
Constructor PeripheralLocatorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
pointAt(int) - Method in class org.jhotdraw.contrib.PolygonFigure
 
pointAt(int) - Method in class org.jhotdraw.figures.PolyLineFigure
 
pointAt(int) - Method in interface org.jhotdraw.framework.ConnectionFigure
Gets the Point at the given position
PointConstrainer - Interface in org.jhotdraw.framework
Interface to constrain a Point.
pointCount() - Method in class org.jhotdraw.contrib.PolygonFigure
 
pointCount() - Method in class org.jhotdraw.figures.PolyLineFigure
 
pointCount() - Method in interface org.jhotdraw.framework.ConnectionFigure
Gets the number of points or nodes of the connection
points() - Method in class org.jhotdraw.contrib.PolygonFigure
 
points() - Method in class org.jhotdraw.figures.PolyLineFigure
 
pointToAngle(Rectangle, Point) - Static method in class org.jhotdraw.util.Geom
Gets the angle of a point relative to a rectangle.
polarToPoint(double, double, double) - Static method in class org.jhotdraw.util.Geom
Converts a polar to a point
PolygonFigure - Class in org.jhotdraw.contrib
A scalable, rotatable polygon with an arbitrary number of points Based on PolyLineFigure
PolygonFigure() - Constructor for class org.jhotdraw.contrib.PolygonFigure
 
PolygonFigure(int, int) - Constructor for class org.jhotdraw.contrib.PolygonFigure
 
PolygonFigure(Polygon) - Constructor for class org.jhotdraw.contrib.PolygonFigure
 
PolygonFigureGeometricAdapter - Class in org.jhotdraw.contrib.html
Geometric adapter for the PolygonFigure
PolygonFigureGeometricAdapter() - Constructor for class org.jhotdraw.contrib.html.PolygonFigureGeometricAdapter
Constructor for the PolyLineFigureGeometricAdapter object
PolygonFigureGeometricAdapter(int, int) - Constructor for class org.jhotdraw.contrib.html.PolygonFigureGeometricAdapter
Constructor for the PolyLineFigureGeometricAdapter object
PolygonFigureGeometricAdapter(Polygon) - Constructor for class org.jhotdraw.contrib.html.PolygonFigureGeometricAdapter
Constructor for the PolyLineFigureGeometricAdapter object
PolygonFigureTest - Class in org.jhotdraw.test.contrib
TestCase PolygonFigureTest is generated by JUnitDoclet to hold the tests for PolygonFigure.
PolygonFigureTest(String) - Constructor for class org.jhotdraw.test.contrib.PolygonFigureTest
Constructor PolygonFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PolygonHandle - Class in org.jhotdraw.contrib
A handle for a node on the polygon.
PolygonHandle(PolygonFigure, Locator, int) - Constructor for class org.jhotdraw.contrib.PolygonHandle
Constructs a polygon handle.
PolygonHandle.UndoActivity - Class in org.jhotdraw.contrib
 
PolygonHandle.UndoActivity(DrawingView, int) - Constructor for class org.jhotdraw.contrib.PolygonHandle.UndoActivity
 
PolygonHandleTest - Class in org.jhotdraw.test.contrib
TestCase PolygonHandleTest is generated by JUnitDoclet to hold the tests for PolygonHandle.
PolygonHandleTest(String) - Constructor for class org.jhotdraw.test.contrib.PolygonHandleTest
Constructor PolygonHandleTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PolygonTool - Class in org.jhotdraw.contrib
Based on ScribbleTool
PolygonTool(DrawingEditor) - Constructor for class org.jhotdraw.contrib.PolygonTool
 
PolygonToolTest - Class in org.jhotdraw.test.contrib
TestCase PolygonToolTest is generated by JUnitDoclet to hold the tests for PolygonTool.
PolygonToolTest(String) - Constructor for class org.jhotdraw.test.contrib.PolygonToolTest
Constructor PolygonToolTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PolyLineConnector - Class in org.jhotdraw.figures
PolyLineConnector finds connection points on a PolyLineFigure.
PolyLineConnector() - Constructor for class org.jhotdraw.figures.PolyLineConnector
 
PolyLineConnector(Figure) - Constructor for class org.jhotdraw.figures.PolyLineConnector
Constructs a connector with the given owner figure.
PolyLineConnectorTest - Class in org.jhotdraw.test.figures
TestCase PolyLineConnectorTest is generated by JUnitDoclet to hold the tests for PolyLineConnector.
PolyLineConnectorTest(String) - Constructor for class org.jhotdraw.test.figures.PolyLineConnectorTest
Constructor PolyLineConnectorTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PolyLineFigure - Class in org.jhotdraw.figures
A poly line figure consists of a list of points.
PolyLineFigure() - Constructor for class org.jhotdraw.figures.PolyLineFigure
 
PolyLineFigure(int) - Constructor for class org.jhotdraw.figures.PolyLineFigure
 
PolyLineFigure(int, int) - Constructor for class org.jhotdraw.figures.PolyLineFigure
 
PolyLineFigureTest - Class in org.jhotdraw.test.figures
TestCase PolyLineFigureTest is generated by JUnitDoclet to hold the tests for PolyLineFigure.
PolyLineFigureTest(String) - Constructor for class org.jhotdraw.test.figures.PolyLineFigureTest
Constructor PolyLineFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
PolyLineHandle - Class in org.jhotdraw.figures
A handle for a node on the polyline.
PolyLineHandle(PolyLineFigure, Locator, int) - Constructor for class org.jhotdraw.figures.PolyLineHandle
Constructs a poly line handle.
PolyLineHandle.UndoActivity - Class in org.jhotdraw.figures
 
PolyLineHandle.UndoActivity(DrawingView, int) - Constructor for class org.jhotdraw.figures.PolyLineHandle.UndoActivity
 
PolyLineHandleTest - Class in org.jhotdraw.test.figures
TestCase PolyLineHandleTest is generated by JUnitDoclet to hold the tests for PolyLineHandle.
PolyLineHandleTest(String) - Constructor for class org.jhotdraw.test.figures.PolyLineHandleTest
Constructor PolyLineHandleTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
popRedo() - Method in class org.jhotdraw.util.UndoManager
Throw NoSuchElementException if there is none
popUndo() - Method in class org.jhotdraw.util.UndoManager
Throw NoSuchElementException if there is none
POPUP_MENU - Static variable in interface org.jhotdraw.framework.Figure
Constant that allows to identify a popup menu assigned as an attribute.
POPUP_MENU - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
POPUP_MENU_STR - Static variable in class org.jhotdraw.framework.FigureAttributeConstant
 
PopupMenuFigureSelection - Interface in org.jhotdraw.contrib
An interface which allows a popup menu to interact with its Figure to which it is associated.
preferredLayoutSize(Container) - Method in class org.jhotdraw.util.PaletteLayout
 
pressed() - Method in class org.jhotdraw.util.PaletteIcon
 
PRIMARY - Static variable in interface org.jhotdraw.contrib.Desktop
 
print() - Method in class org.jhotdraw.application.DrawApplication
Prints the drawing.
promptNew() - Method in class org.jhotdraw.application.DrawApplication
Resets the drawing to a new empty drawing.
promptNew() - Method in class org.jhotdraw.contrib.MDI_DrawApplication
Opens a new internal frame containing a new drawing.
promptOpen() - Method in class org.jhotdraw.application.DrawApplication
Shows a file dialog and opens a drawing.
promptSaveAs() - Method in class org.jhotdraw.application.DrawApplication
Shows a file dialog and saves drawing.
pushRedo(Undoable) - Method in class org.jhotdraw.util.UndoManager
 
pushUndo(Undoable) - Method in class org.jhotdraw.util.UndoManager
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z