CompositeGlyph

Inheritance: java.lang.Object, com.aspose.font.Glyph

public class CompositeGlyph extends Glyph

Representa un glifo compuesto de fuente.

Métodos

MétodoDescripción
clone()Devuelve una copia del glifo.
equals(Object arg0)
getClass()
getComponents()Obtiene la lista de componentes.
getGlyphBBox()Obtiene el BBox del glifo.
getLeftSidebearingX()Obtiene la coordenada x del margen lateral del glifo.
getLeftSidebearingY()Obtiene la coordenada y del margen lateral del glifo.
getPath()Obtiene la ruta del glifo.
getSourceResolution()Obtiene la resolución del conjunto de comandos fuente.
getState()Obtiene el estado del glifo.
getWidthVectorX()Obtiene el vector de ancho del glifo.
getWidthVectorY()Obtiene el vector de ancho del glifo.
hashCode()
isEmpty()Verdadero si el glifo no contiene instrucciones de dibujo.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

clone()

public Object clone()

Devuelve una copia del glifo.

Returns: java.lang.Object - Copia de Glyph

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getComponents()

public CompositeGlyphComponentList getComponents()

Obtiene la lista de componentes.

Returns: CompositeGlyphComponentList - Components list.

getGlyphBBox()

public FontBBox getGlyphBBox()

Obtiene el BBox del glifo.

Returns: FontBBox - Glyph BBox

getLeftSidebearingX()

public double getLeftSidebearingX()

Obtiene la coordenada x del margen lateral del glifo.

Returns: double - Coordenada x del margen lateral del glifo.

getLeftSidebearingY()

public double getLeftSidebearingY()

Obtiene la coordenada y del margen lateral del glifo.

Returns: double - Coordenada y del margen lateral del glifo.

getPath()

public SegmentPath getPath()

Obtiene la ruta del glifo.

Returns: SegmentPath - Glyph path.

getSourceResolution()

public int getSourceResolution()

Obtiene la resolución del conjunto de comandos fuente.

Returns: int - Resolución del conjunto de comandos fuente.

getState()

public GlyphState getState()

Obtiene el estado del glifo.

Returns: GlyphState - Glyph state.

getWidthVectorX()

public double getWidthVectorX()

Obtiene el vector de ancho del glifo. Coordenada x.

Returns: double - Vector de ancho del glifo. Coordenada x.

getWidthVectorY()

public double getWidthVectorY()

Obtiene el vector de ancho del glifo. Coordenada y.

Returns: double - Vector de ancho del glifo. Coordenada y.

hashCode()

public native int hashCode()

Returns: int

isEmpty()

public boolean isEmpty()

Verdadero si el glifo no contiene instrucciones de dibujo.

Returns: boolean - Verdadero si el glifo no contiene instrucciones de dibujo.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int