Package system.windows.media
Class Geometry
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected,IFormattable
- Direct Known Subclasses:
CombinedGeometry,EllipseGeometry,GeometryGroup,LineGeometry,PathGeometry,RectangleGeometry,StreamGeometry
public class Geometry extends Animatable implements IFormattable
The base .NET class managing System.Windows.Media.Geometry, PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Geometry
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Media.Geometrystatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Geometrycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoGeometry, a cast assert is made to check if types are compatible.GeometryCloneCurrentValueNewGeometry()GeometryCloneNewGeometry()static PathGeometryCombine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform)static PathGeometryCombine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform, double tolerance, ToleranceType type)booleanFillContains(Geometry geometry)booleanFillContains(Geometry geometry, double tolerance, ToleranceType type)booleanFillContains(Point hitPoint)booleanFillContains(Point hitPoint, double tolerance, ToleranceType type)IntersectionDetailFillContainsWithDetail(Geometry geometry)IntersectionDetailFillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type)doubleGetArea()doubleGetArea(double tolerance, ToleranceType type)RectgetBounds()static GeometrygetEmpty()PathGeometryGetFlattenedPathGeometry()PathGeometryGetFlattenedPathGeometry(double tolerance, ToleranceType type)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class TypePathGeometryGetOutlinedPathGeometry()PathGeometryGetOutlinedPathGeometry(double tolerance, ToleranceType type)RectGetRenderBounds(Pen pen)RectGetRenderBounds(Pen pen, double tolerance, ToleranceType type)static doublegetStandardFlatteningTolerance()TransformgetTransform()PathGeometryGetWidenedPathGeometry(Pen pen)PathGeometryGetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)booleanIsEmpty()booleanMayHaveCurves()static GeometryParse(java.lang.String source)voidsetJCOInstance(org.mases.jcobridge.JCObject instance)voidsetTransform(Transform Transform)booleanShouldSerializeTransform()booleanStrokeContains(Pen pen, Point hitPoint)booleanStrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type)IntersectionDetailStrokeContainsWithDetail(Pen pen, Geometry geometry)IntersectionDetailStrokeContainsWithDetail(Pen pen, Geometry geometry, double tolerance, ToleranceType type)java.lang.StringToString(IFormatProvider provider)-
Methods inherited from class system.windows.media.animation.Animatable
ApplyAnimationClock, ApplyAnimationClock, BeginAnimation, BeginAnimation, CloneNewAnimatable, GetAnimationBaseValue, getHasAnimatedProperties, ShouldSerializeStoredWeakReference
-
Methods inherited from class system.windows.Freezable
addChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChanged
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IFormattable
ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Geometry- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIFormattable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classAnimatable- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIFormattable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classAnimatable- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIFormattable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classAnimatable- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIFormattable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classAnimatable- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstancein classAnimatable
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIFormattable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classAnimatable- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Geometry cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoGeometry, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Geometryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FillContains
public boolean FillContains(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, ArgumentNullException, FormatException
-
FillContains
public boolean FillContains(Geometry geometry) throws java.lang.Throwable, InvalidOperationException, SecurityException, IOException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableInvalidOperationExceptionSecurityExceptionIOExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedException
-
FillContains
public boolean FillContains(Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, ArgumentNullException
-
FillContains
public boolean FillContains(Point hitPoint) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, ArgumentNullException
-
IsEmpty
public boolean IsEmpty() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MayHaveCurves
public boolean MayHaveCurves() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ShouldSerializeTransform
public boolean ShouldSerializeTransform() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, ArgumentNullException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException
-
GetArea
public double GetArea() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
GetArea
public double GetArea(double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, NotSupportedException, ArgumentNullException- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedExceptionArgumentNullException
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationException
-
CloneNewGeometry
public Geometry CloneNewGeometry() throws java.lang.Throwable, InvalidOperationException, SecurityException, IOException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
-
CloneCurrentValueNewGeometry
public Geometry CloneCurrentValueNewGeometry() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, FormatException, ArgumentOutOfRangeException, NotSupportedException
-
Parse
public static Geometry Parse(java.lang.String source) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, ArgumentNullException, FormatException
-
StrokeContainsWithDetail
public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, ArgumentOutOfRangeException
-
StrokeContainsWithDetail
public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, SecurityException, IOException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, PlatformNotSupportedException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, NotSupportedException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException
-
getStandardFlatteningTolerance
public static double getStandardFlatteningTolerance() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getEmpty
public static Geometry getEmpty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransform
public Transform getTransform() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getBounds
public Rect getBounds() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException
-
-