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.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.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 org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Geometry
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoGeometry
, a cast assert is made to check if types are compatible.Geometry
CloneCurrentValueNewGeometry()
Geometry
CloneNewGeometry()
static PathGeometry
Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform)
static PathGeometry
Combine(Geometry geometry1, Geometry geometry2, GeometryCombineMode mode, Transform transform, double tolerance, ToleranceType type)
boolean
FillContains(Geometry geometry)
boolean
FillContains(Geometry geometry, double tolerance, ToleranceType type)
boolean
FillContains(Point hitPoint)
boolean
FillContains(Point hitPoint, double tolerance, ToleranceType type)
IntersectionDetail
FillContainsWithDetail(Geometry geometry)
IntersectionDetail
FillContainsWithDetail(Geometry geometry, double tolerance, ToleranceType type)
double
GetArea()
double
GetArea(double tolerance, ToleranceType type)
Rect
getBounds()
static Geometry
getEmpty()
PathGeometry
GetFlattenedPathGeometry()
PathGeometry
GetFlattenedPathGeometry(double tolerance, ToleranceType type)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypePathGeometry
GetOutlinedPathGeometry()
PathGeometry
GetOutlinedPathGeometry(double tolerance, ToleranceType type)
Rect
GetRenderBounds(Pen pen)
Rect
GetRenderBounds(Pen pen, double tolerance, ToleranceType type)
static double
getStandardFlatteningTolerance()
Transform
getTransform()
PathGeometry
GetWidenedPathGeometry(Pen pen)
PathGeometry
GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)
boolean
IsEmpty()
boolean
MayHaveCurves()
static Geometry
Parse(java.lang.String source)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setTransform(Transform Transform)
boolean
ShouldSerializeTransform()
boolean
StrokeContains(Pen pen, Point hitPoint)
boolean
StrokeContains(Pen pen, Point hitPoint, double tolerance, ToleranceType type)
IntersectionDetail
StrokeContainsWithDetail(Pen pen, Geometry geometry)
IntersectionDetail
StrokeContainsWithDetail(Pen pen, Geometry geometry, double tolerance, ToleranceType type)
java.lang.String
ToString(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=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
-
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: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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classAnimatable
-
getJCOType
public org.mases.jcobridge.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) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
SecurityException
IOException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MissingMethodException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MissingMethodException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
GetOutlinedPathGeometry
public PathGeometry GetOutlinedPathGeometry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, IndexOutOfRangeException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentException
NotSupportedException
MissingMethodException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MissingMethodException
TargetInvocationException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MissingMethodException
SecurityException
ArgumentOutOfRangeException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
KeyNotFoundException
-
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
-
-