public static final class GraphicsCommand.DrawPolygon extends GraphicsCommand
java.awt.Graphics.drawPolygon
.GraphicsCommand.ClearRect, GraphicsCommand.ClipRect, GraphicsCommand.CopyArea, GraphicsCommand.Draw3DRect, GraphicsCommand.DrawArc, GraphicsCommand.DrawBytes, GraphicsCommand.DrawChars, GraphicsCommand.DrawImage, GraphicsCommand.DrawLine, GraphicsCommand.DrawOval, GraphicsCommand.DrawPolygon, GraphicsCommand.DrawPolyline, GraphicsCommand.DrawRect, GraphicsCommand.DrawRoundRect, GraphicsCommand.DrawString, GraphicsCommand.Fill3DRect, GraphicsCommand.FillArc, GraphicsCommand.FillOval, GraphicsCommand.FillPolygon, GraphicsCommand.FillRect, GraphicsCommand.FillRoundRect, GraphicsCommand.General, GraphicsCommand.Graphic, GraphicsCommand.SetClip, GraphicsCommand.SetColor, GraphicsCommand.SetFont, GraphicsCommand.SetXORMode, GraphicsCommand.Translate
NULL, SET_PAINT_MODE
tag
Constructor and Description |
---|
DrawPolygon(int[] xPoints,
int[] yPoints,
int nPoints) |
DrawPolygon(Polygon p) |
public DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
public DrawPolygon(Polygon p)
Copyright © 1996–2014. All rights reserved.