public class GlyphRun extends NetObject implements ISupportInitialize
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.GlyphRun
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.GlyphRun
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
GlyphRun() |
GlyphRun(java.lang.Object instance)
Internal constructor.
|
GlyphRun(Single pixelsPerDip) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
BuildGeometry() |
static GlyphRun |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into GlyphRun, a cast assert is made to check if types are compatible. |
Rect |
ComputeAlignmentBox() |
Rect |
ComputeInkBoundingBox() |
Point |
getBaselineOrigin() |
int |
getBidiLevel() |
CharacterHit |
GetCaretCharacterHitFromDistance(double distance,
JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isInside) |
java.lang.String |
getDeviceFontName() |
double |
GetDistanceFromCaretCharacterHit(CharacterHit characterHit) |
double |
getFontRenderingEmSize() |
GlyphTypeface |
getGlyphTypeface() |
boolean |
getIsHitTestable() |
boolean |
getIsSideways() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
XmlLanguage |
getLanguage() |
CharacterHit |
GetNextCaretCharacterHit(CharacterHit characterHit) |
Single |
getPixelsPerDip() |
CharacterHit |
GetPreviousCaretCharacterHit(CharacterHit characterHit) |
void |
setBaselineOrigin(Point BaselineOrigin) |
void |
setBidiLevel(int BidiLevel) |
void |
setDeviceFontName(java.lang.String DeviceFontName) |
void |
setFontRenderingEmSize(double FontRenderingEmSize) |
void |
setGlyphTypeface(GlyphTypeface GlyphTypeface) |
void |
setIsSideways(boolean IsSideways) |
void |
setJCOInstance(JCObject instance) |
void |
setLanguage(XmlLanguage Language) |
void |
setPixelsPerDip(Single PixelsPerDip) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringBeginInit, EndInit, ToISupportInitializepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public GlyphRun()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException
public GlyphRun(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic GlyphRun(Single pixelsPerDip) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, Win32Exception, ObjectDisposedException, AbandonedMutexException
public Geometry BuildGeometry() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FileNotFoundException, UnauthorizedAccessException, FileFormatException, WebException, ArithmeticException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionUnauthorizedAccessExceptionFileFormatExceptionWebExceptionArithmeticExceptionWin32Exceptionpublic static GlyphRun cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into GlyphRun, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedGlyphRun instancejava.lang.Throwable - in case of error during cast operationpublic Rect ComputeAlignmentBox() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public Rect ComputeInkBoundingBox() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, FileNotFoundException, FileFormatException, WebException, ArithmeticException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionFileNotFoundExceptionFileFormatExceptionWebExceptionArithmeticExceptionpublic Point getBaselineOrigin() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public int getBidiLevel()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public CharacterHit GetCaretCharacterHitFromDistance(double distance, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> isInside) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public java.lang.String getDeviceFontName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public double GetDistanceFromCaretCharacterHit(CharacterHit characterHit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public double getFontRenderingEmSize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public GlyphTypeface getGlyphTypeface() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public boolean getIsHitTestable()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public boolean getIsSideways()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISupportInitializegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISupportInitializegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISupportInitializegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISupportInitializegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISupportInitializegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic XmlLanguage getLanguage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public CharacterHit GetNextCaretCharacterHit(CharacterHit characterHit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public Single getPixelsPerDip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public CharacterHit GetPreviousCaretCharacterHit(CharacterHit characterHit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setBaselineOrigin(Point BaselineOrigin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setBidiLevel(int BidiLevel)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setDeviceFontName(java.lang.String DeviceFontName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setFontRenderingEmSize(double FontRenderingEmSize)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setGlyphTypeface(GlyphTypeface GlyphTypeface) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setIsSideways(boolean IsSideways)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLanguage(XmlLanguage Language) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setPixelsPerDip(Single PixelsPerDip) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException