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=4.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=4.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=4.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) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionSecurityExceptionIOException
-
FillContains
public boolean FillContains(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, SecurityException, UnauthorizedAccessException, IOException
-
FillContains
public boolean FillContains(Point hitPoint) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException
-
FillContains
public boolean FillContains(Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException
-
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, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint) throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException
-
GetArea
public double GetArea() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException
-
GetArea
public double GetArea(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
CloneNewGeometry
public Geometry CloneNewGeometry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException, ArgumentOutOfRangeException, NotSupportedException
-
CloneCurrentValueNewGeometry
public Geometry CloneCurrentValueNewGeometry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, NotSupportedException
-
Parse
public static Geometry Parse(java.lang.String source) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, FormatException, OverflowException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, SecurityException, UnauthorizedAccessException, IOException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException
-
StrokeContainsWithDetail
public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException, ArgumentOutOfRangeException, KeyNotFoundException
-
StrokeContainsWithDetail
public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, KeyNotFoundException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MissingMethodException, TargetInvocationException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, KeyNotFoundException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionKeyNotFoundException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException, ArgumentOutOfRangeException
-
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, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getBounds
public Rect getBounds() throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException
-
-