ClosePath
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.font.IPathSegment
public class ClosePath implements IPathSegment
Rappresenta l’operazione ClosePath.
Metodi
| Metodo | Descrizione |
|---|---|
| clone() | Crea un nuovo oggetto che è una copia dell’istanza corrente. |
| copy() | Crea una copia dell’oggetto segmento. |
| equals(Object arg0) | |
| getClass() | |
| getX() | Restituisce la coordinata x. |
| getY() | Restituisce la coordinata y. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| shift(double dx, double dy) | Esegue lo spostamento per le coordinate x e y. |
| toString() | |
| transform(TransformationMatrix matrix) | Trasforma le coordinate con la matrice di trasformazione. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
clone()
public Object clone()
Crea un nuovo oggetto che è una copia dell’istanza corrente.
Returns: java.lang.Object - Un nuovo oggetto che è una copia di questa istanza.
copy()
public IPathSegment copy()
Crea una copia dell’oggetto segmento.
Returns: IPathSegment - Copy of the segment object.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getX()
public double getX()
Restituisce la coordinata x.
Returns: double - Coordinata x.
getY()
public double getY()
Restituisce la coordinata y.
Returns: double - Coordinata y.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
shift(double dx, double dy)
public void shift(double dx, double dy)
Esegue lo spostamento per le coordinate x e y.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| dx | double | Valore dx. |
| dy | double | Valore dy. |
toString()
public String toString()
Returns: java.lang.String
transform(TransformationMatrix matrix)
public void transform(TransformationMatrix matrix)
Trasforma le coordinate con la matrice di trasformazione.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| matrix | TransformationMatrix | Matrice di trasformazione della trasformazione. |
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |