| Method Summary |
| void | AddActionListener
(DrawingAreaListener listener)
|
| boolean | CanRedraw
()
|
| void | Clear
()
|
| void | CopyRectangle
(Rectangle rect, Point point)
|
| void | CreateTimer
(DrawingAreaTimer timer, String timerName, boolean writeInTrail)
|
| void | DeleteChild
(String name)
|
| void | DeletePopupMenu
()
|
| boolean | DoesAllowKeyboardInput
()
|
| boolean | DoesAllowWheelInput
()
|
| boolean | DoesClipChildren
()
|
| boolean | DoesTrackMouse
()
|
| void | DrawArc
(Arc arc)
|
| void | DrawArcArray
(Arcs arcs)
|
| void | DrawEllipse
(Rectangle rect)
|
| void | DrawEllipseArray
(Rectangles rects)
|
| void | DrawImage
(String image, Point position, ImageFlags flags)
|
| void | DrawImages
(stringseq images, Rectangles rects, Rectangles content_rects, ImageFlags flags)
|
| void | DrawLine
(Point start_point, Point end_point)
|
| void | DrawLineArray
(Points start_points, Points end_points)
|
| void | DrawMultipleImages
(stringseq images, Points points, ImageFlags flags)
|
| void | DrawPoint
(Point point)
|
| void | DrawPointArray
(Points points)
|
| void | DrawPolygon
(Points points)
|
| void | DrawPolyline
(Points points)
|
| void | DrawRectangle
(Rectangle rect)
|
| void | DrawRectangleArray
(Rectangles rects)
|
| void | DrawText
(String str, Point position)
|
| void | DrawTextArray
(stringseq strings, Points points)
|
| void | FillArc
(Arc arc)
|
| void | FillArcArray
(Arcs arcs)
|
| void | FillEllipse
(Rectangle rect)
|
| void | FillEllipseArray
(Rectangles rects)
|
| void | FillGradientRectangle
(Rectangle rect, Orientation orientation, Color color1, Color color2)
|
| void | FillPolygon
(Points points)
|
| void | FillRectangle
(Rectangle rect)
|
| void | FillRectangleArray
(Rectangles rects)
|
| ArcDirection | GetArcDirection
()
|
| ArcFillMode | GetArcFillMode
()
|
| Point | GetCursorPosition
()
|
| String | GetDragCursorImage
()
|
| String | GetDragItemName
()
|
| String | GetDragNotValidCursorImage
()
|
| Color | GetDrawingBackgroundColor
()
|
| Color | GetDrawingColor
()
|
| stringseq | GetDrawingImageArray
()
|
| DrawingMode | GetDrawingMode
()
|
| FontClass | GetFontClass
()
|
| String | GetFontName
()
|
| double | GetFontSize
()
|
| FontStyle | GetFontStyle
()
|
| Dimension | GetFrameMinimumSize
()
|
| Point | GetFrameOrigin
()
|
| Rectangle | GetFrameRectangle
()
|
| Dimension | GetFrameSize
()
|
| int | GetHeight
()
|
| String | GetHelpText
()
|
| Dimension | GetImageSize
(String image)
|
| Key | GetKeyPressed
()
|
| LineStyle | GetLineStyle
()
|
| int | GetLineWidth
()
|
| int | GetMinimumHeight
()
|
| int | GetMinimumWidth
()
|
| String | GetMostRecentItemName
()
|
| PolygonFillMode | GetPolygonFillMode
()
|
| Rectangle | GetRectangleOfMonitor
()
|
| Point | GetScreenOrigin
()
|
| Rectangle | GetScreenRectangle
()
|
| int | GetTextBaseline
(String str)
|
| RichText | GetTextFormat
()
|
| Dimension | GetTextSize
(String str)
|
| int | GetWidth
()
|
| boolean | HasBorder
()
|
| int | InsertChild
(Component component)
|
| int | InsertPopupMenu
(Component component)
|
| boolean | IsDoubleBuffered
()
|
| boolean | IsEnabled
()
|
| boolean | IsValidDragSite
()
|
| void | PushAction
(DrawingAreaAction action)
|
| void | SetAllowKeyboardInput
(boolean flag)
|
| void | SetAllowWheelInput
(boolean flag)
|
| void | SetArcDirection
(ArcDirection value)
|
| void | SetArcFillMode
(ArcFillMode value)
|
| void | SetCanRedraw
(boolean flag)
|
| void | SetClipChildren
(boolean flag)
|
| void | SetDoubleBuffered
(boolean flag)
|
| void | SetDragCursorImage
(String value)
|
| void | SetDragItemName
(String value)
|
| void | SetDragNotValidCursorImage
(String value)
|
| void | SetDrawingBackgroundColor
(Color color)
|
| void | SetDrawingColor
(Color color)
|
| void | SetDrawingImageArray
(stringseq values)
|
| void | SetDrawingMode
(DrawingMode value)
|
| void | SetEnabled
(boolean flag)
|
| void | SetFontClass
(FontClass value)
|
| void | SetFontName
(String value)
|
| void | SetFontSize
(double value)
|
| void | SetFontStyle
(FontStyle value)
|
| void | SetFrameOrigin
(Point value)
|
| void | SetFrameRectangle
(Rectangle rect)
|
| void | SetFrameSize
(Dimension value)
|
| void | SetHasBorder
(boolean flag)
|
| void | SetHeight
(int value)
|
| void | SetHelpText
(String value)
|
| void | SetKeyPressed
(Key key)
|
| void | SetLineStyle
(LineStyle value)
|
| void | SetLineWidth
(int value)
|
| void | SetMinimumHeight
(int value)
|
| void | SetMinimumWidth
(int value)
|
| void | SetPolygonFillMode
(PolygonFillMode value)
|
| void | SetTextFormat
(RichText value)
|
| void | SetTrackMouse
(boolean flag)
|
| void | SetValidDragSite
(boolean flag)
|
| void | SetWidth
(int value)
|
| void | StartTimer
(String timerName, int duration)
|
| void | StopTimer
(String timerName)
|