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=8.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.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.Geometrystatic JCType
classType
The 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=8.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIFormattable
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classAnimatable
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIFormattable
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classAnimatable
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIFormattable
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classAnimatable
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIFormattable
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classAnimatable
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classAnimatable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIFormattable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classAnimatable
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Geometry cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoGeometry
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Geometry
instance- 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, PlatformNotSupportedException, ArgumentNullException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
SecurityException
IOException
PlatformNotSupportedException
ArgumentNullException
OutOfMemoryException
-
FillContains
public boolean FillContains(Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, NotSupportedException
-
FillContains
public boolean FillContains(Point hitPoint) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, NotSupportedException
-
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, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, NotSupportedException
-
StrokeContains
public boolean StrokeContains(Pen pen, Point hitPoint) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException
-
GetArea
public double GetArea() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException, FormatException
-
GetArea
public double GetArea(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException
-
ToString
public java.lang.String ToString(IFormatProvider provider) throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
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, ArgumentNullException
-
Parse
public static Geometry Parse(java.lang.String source) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException
-
FillContainsWithDetail
public IntersectionDetail FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, 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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, RankException, ArrayTypeMismatchException, ArgumentNullException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
-
StrokeContainsWithDetail
public IntersectionDetail StrokeContainsWithDetail(Pen pen, Geometry geometry) throws java.lang.Throwable, InvalidOperationException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, IOException, PlatformNotSupportedException, OutOfMemoryException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException
-
Combine
public static PathGeometry Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, InvalidOperationException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, PlatformNotSupportedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, ArgumentNullException
-
GetFlattenedPathGeometry
public PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
ArgumentNullException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
ArgumentNullException
-
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, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
ArgumentNullException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
NotSupportedException
-
GetWidenedPathGeometry
public PathGeometry GetWidenedPathGeometry(Pen pen) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, RankException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
RankException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen, double tolerance, ToleranceType type) throws java.lang.Throwable, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException
-
GetRenderBounds
public Rect GetRenderBounds(Pen pen) throws java.lang.Throwable, ArgumentException, InvalidOperationException, SecurityException, IOException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, 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, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setTransform
public void setTransform(Transform Transform) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException, OutOfMemoryException
-
getBounds
public Rect getBounds() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException
-
-