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=9.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=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Media.Geometrystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
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=9.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
-
-
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(JCObject instance)
- Overrides:
setJCOInstancein classAnimatable
-
getJCOType
public 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, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, 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, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, 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, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
GetArea
public double GetArea(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, NotSupportedException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedExceptionArgumentNullException
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationException
-
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, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, FormatException, ArgumentOutOfRangeException, NotSupportedException
-
Parse
public static Geometry Parse(java.lang.String source) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, FormatException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, 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, PlatformNotSupportedException, ArgumentException, OutOfMemoryException
-
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, ArgumentNullException
-
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, ArgumentNullException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, NotSupportedException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedExceptionArgumentNullException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen) throws java.lang.Throwable, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException
-
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, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getBounds
public Rect getBounds() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException
-
-