Package system.drawing.drawing2d
Class GraphicsPath
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.drawing.drawing2d.GraphicsPath
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
public class GraphicsPath extends MarshalByRefObject implements AutoCloseable
The base .NET class managing System.Drawing.Drawing2D.GraphicsPath, System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51.See: https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Drawing2D.GraphicsPath
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static String
assemblyShortName
Assembly name: System.Drawing.Commonstatic String
className
Qualified class name: System.Drawing.Drawing2D.GraphicsPathstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description GraphicsPath()
GraphicsPath(Object instance)
Internal constructor.GraphicsPath(FillMode fillMode)
GraphicsPath(Point[] pts, byte[] types)
GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)
GraphicsPath(PointF[] pts, byte[] types)
GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddArc(int x, int y, int width, int height, Single startAngle, Single sweepAngle)
void
AddArc(RectangleF rect, Single startAngle, Single sweepAngle)
void
AddArc(Rectangle rect, Single startAngle, Single sweepAngle)
void
AddArc(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4)
void
AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4)
void
AddBezier(Point pt1, Point pt2, Point pt3, Point pt4)
void
AddBezier(Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4)
void
AddBeziers(Point... points)
void
AddBeziers(PointF[] points)
void
AddClosedCurve(Point[] points)
void
AddClosedCurve(Point[] points, Single tension)
void
AddClosedCurve(PointF[] points)
void
AddClosedCurve(PointF[] points, Single tension)
void
AddCurve(Point[] points)
void
AddCurve(Point[] points, int offset, int numberOfSegments, Single tension)
void
AddCurve(Point[] points, Single tension)
void
AddCurve(PointF[] points)
void
AddCurve(PointF[] points, int offset, int numberOfSegments, Single tension)
void
AddCurve(PointF[] points, Single tension)
void
AddEllipse(int x, int y, int width, int height)
void
AddEllipse(Rectangle rect)
void
AddEllipse(RectangleF rect)
void
AddEllipse(Single x, Single y, Single width, Single height)
void
AddLine(int x1, int y1, int x2, int y2)
void
AddLine(PointF pt1, PointF pt2)
void
AddLine(Point pt1, Point pt2)
void
AddLine(Single x1, Single y1, Single x2, Single y2)
void
AddLines(Point[] points)
void
AddLines(PointF[] points)
void
AddPath(GraphicsPath addingPath, boolean connect)
void
AddPie(int x, int y, int width, int height, Single startAngle, Single sweepAngle)
void
AddPie(Rectangle rect, Single startAngle, Single sweepAngle)
void
AddPie(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle)
void
AddPolygon(Point[] points)
void
AddPolygon(PointF[] points)
void
AddRectangle(Rectangle rect)
void
AddRectangle(RectangleF rect)
void
AddRectangles(Rectangle[] rects)
void
AddRectangles(RectangleF[] rects)
void
AddString(String s, FontFamily family, int style, Single emSize, PointF origin, StringFormat format)
void
AddString(String s, FontFamily family, int style, Single emSize, Point origin, StringFormat format)
void
AddString(String s, FontFamily family, int style, Single emSize, RectangleF layoutRect, StringFormat format)
void
AddString(String s, FontFamily family, int style, Single emSize, Rectangle layoutRect, StringFormat format)
static GraphicsPath
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGraphicsPath
, a cast assert is made to check if types are compatible.void
ClearMarkers()
NetObject
Clone()
void
close()
void
CloseAllFigures()
void
CloseFigure()
void
Dispose()
void
Flatten()
void
Flatten(Matrix matrix)
void
Flatten(Matrix matrix, Single flatness)
RectangleF
GetBounds()
RectangleF
GetBounds(Matrix matrix)
RectangleF
GetBounds(Matrix matrix, Pen pen)
FillMode
getFillMode()
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypePointF
GetLastPoint()
PathData
getPathData()
PointF[]
getPathPoints()
byte[]
getPathTypes()
int
getPointCount()
boolean
IsOutlineVisible(int x, int y, Pen pen)
boolean
IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(PointF point, Pen pen)
boolean
IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(Point point, Pen pen)
boolean
IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
boolean
IsOutlineVisible(Single x, Single y, Pen pen)
boolean
IsOutlineVisible(Single x, Single y, Pen pen, Graphics graphics)
boolean
IsVisible(int x, int y)
boolean
IsVisible(int x, int y, Graphics graphics)
boolean
IsVisible(Point point)
boolean
IsVisible(PointF point)
boolean
IsVisible(PointF pt, Graphics graphics)
boolean
IsVisible(Point pt, Graphics graphics)
boolean
IsVisible(Single x, Single y)
boolean
IsVisible(Single x, Single y, Graphics graphics)
void
Reset()
void
Reverse()
void
setFillMode(FillMode FillMode)
void
setJCOInstance(JCObject instance)
void
SetMarkers()
void
StartFigure()
void
Transform(Matrix matrix)
void
Warp(PointF[] destPoints, RectangleF srcRect)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode)
void
Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness)
void
Widen(Pen pen)
void
Widen(Pen pen, Matrix matrix)
void
Widen(Pen pen, Matrix matrix, Single flatness)
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Drawing.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Drawing.Common- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Drawing.Drawing2D.GraphicsPath- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GraphicsPath
public GraphicsPath(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
GraphicsPath
public GraphicsPath() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
GraphicsPath
public GraphicsPath(FillMode fillMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GraphicsPath
public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GraphicsPath
public GraphicsPath(Point[] pts, byte[] types) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
GraphicsPath
public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GraphicsPath
public GraphicsPath(PointF[] pts, byte[] types) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classMarshalByRefObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classMarshalByRefObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classMarshalByRefObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classMarshalByRefObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classMarshalByRefObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static GraphicsPath cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoGraphicsPath
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
GraphicsPath
instance- Throws:
Throwable
- in case of error during cast operation
-
IsOutlineVisible
public boolean IsOutlineVisible(int x, int y, Pen pen, Graphics graphics) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(int x, int y, Pen pen) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Single x, Single y, Pen pen, Graphics graphics) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Single x, Single y, Pen pen) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(Point pt, Pen pen, Graphics graphics) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
IsOutlineVisible
public boolean IsOutlineVisible(Point point, Pen pen) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsOutlineVisible
public boolean IsOutlineVisible(PointF pt, Pen pen, Graphics graphics) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
IsOutlineVisible
public boolean IsOutlineVisible(PointF point, Pen pen) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y, Graphics graphics) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(int x, int y) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y, Graphics graphics) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Single x, Single y) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(Point pt, Graphics graphics) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsVisible
public boolean IsVisible(Point point) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
IsVisible
public boolean IsVisible(PointF pt, Graphics graphics) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsVisible
public boolean IsVisible(PointF point) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
GetLastPoint
public PointF GetLastPoint() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetBounds
public RectangleF GetBounds() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
GetBounds
public RectangleF GetBounds(Matrix matrix, Pen pen) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetBounds
public RectangleF GetBounds(Matrix matrix) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Clone
public NetObject Clone() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddArc
public void AddArc(int x, int y, int width, int height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddArc
public void AddArc(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddArc
public void AddArc(Rectangle rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddArc
public void AddArc(RectangleF rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddBezier
public void AddBezier(Single x1, Single y1, Single x2, Single y2, Single x3, Single y3, Single x4, Single y4) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddBezier
public void AddBezier(Point pt1, Point pt2, Point pt3, Point pt4) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddBezier
public void AddBezier(PointF pt1, PointF pt2, PointF pt3, PointF pt4) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddBeziers
public void AddBeziers(Point... points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddBeziers
public void AddBeziers(PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddClosedCurve
public void AddClosedCurve(Point[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddClosedCurve
public void AddClosedCurve(Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddClosedCurve
public void AddClosedCurve(PointF[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddClosedCurve
public void AddClosedCurve(PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(Point[] points, int offset, int numberOfSegments, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(Point[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(PointF[] points, int offset, int numberOfSegments, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(PointF[] points, Single tension) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddCurve
public void AddCurve(PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddEllipse
public void AddEllipse(int x, int y, int width, int height) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddEllipse
public void AddEllipse(Single x, Single y, Single width, Single height) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddEllipse
public void AddEllipse(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddEllipse
public void AddEllipse(RectangleF rect) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(int x1, int y1, int x2, int y2) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddLine
public void AddLine(Single x1, Single y1, Single x2, Single y2) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddLine
public void AddLine(Point pt1, Point pt2) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddLine
public void AddLine(PointF pt1, PointF pt2) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddLines
public void AddLines(Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddLines
public void AddLines(PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddPath
public void AddPath(GraphicsPath addingPath, boolean connect) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddPie
public void AddPie(int x, int y, int width, int height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddPie
public void AddPie(Single x, Single y, Single width, Single height, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddPie
public void AddPie(Rectangle rect, Single startAngle, Single sweepAngle) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
AddPolygon
public void AddPolygon(Point[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddPolygon
public void AddPolygon(PointF[] points) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddRectangle
public void AddRectangle(Rectangle rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddRectangle
public void AddRectangle(RectangleF rect) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
AddRectangles
public void AddRectangles(Rectangle[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddRectangles
public void AddRectangles(RectangleF[] rects) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddString
public void AddString(String s, FontFamily family, int style, Single emSize, Point origin, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
AddString
public void AddString(String s, FontFamily family, int style, Single emSize, PointF origin, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
AddString
public void AddString(String s, FontFamily family, int style, Single emSize, Rectangle layoutRect, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
AddString
public void AddString(String s, FontFamily family, int style, Single emSize, RectangleF layoutRect, StringFormat format) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ClearMarkers
public void ClearMarkers() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CloseAllFigures
public void CloseAllFigures() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CloseFigure
public void CloseFigure() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Dispose
public void Dispose() throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException
-
Flatten
public void Flatten() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
Flatten
public void Flatten(Matrix matrix, Single flatness) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Flatten
public void Flatten(Matrix matrix) throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
Reset
public void Reset() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Reverse
public void Reverse() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
SetMarkers
public void SetMarkers() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
StartFigure
public void StartFigure() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Transform
public void Transform(Matrix matrix) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, Single flatness) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect, Matrix matrix) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException
-
Warp
public void Warp(PointF[] destPoints, RectangleF srcRect) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Widen
public void Widen(Pen pen, Matrix matrix, Single flatness) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
Widen
public void Widen(Pen pen, Matrix matrix) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
Widen
public void Widen(Pen pen) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getPathTypes
public byte[] getPathTypes() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
getPointCount
public int getPointCount() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getFillMode
public FillMode getFillMode() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setFillMode
public void setFillMode(FillMode FillMode) throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getPathData
public PathData getPathData() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
getPathPoints
public final PointF[] getPathPoints() throws Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
-
-