com.mindoo.remote.api.symphony.presentation
Interface IRemoteFillHatch


public interface IRemoteFillHatch

This class defines the appearance of a hatching, which is a texture made of straight lines.

Access

To get the hatching of a shape, use the Hatch property in the FillFormat class.

Usage

See the Hatch property in the FillFormat class for descriptions and examples.


Method Summary
 int getAngle()
          This property returns the angle.
 int getLineColor()
          This property returns the color of the hatching lines.
 int getLineType()
          This property returns the type of lines used to draw the hatching.
 int getSpacing()
          This property returns the distance between the lines in the hatching.
 

Method Detail

getLineType

int getLineType()
                throws RemoteEclipseAPIException
This property returns the type of lines used to draw the hatching.

Returns:
type
Throws:
RemoteEclipseAPIException

getLineColor

int getLineColor()
                 throws RemoteEclipseAPIException
This property returns the color of the hatching lines.

Returns:
color
Throws:
RemoteEclipseAPIException

getSpacing

int getSpacing()
               throws RemoteEclipseAPIException
This property returns the distance between the lines in the hatching.

Returns:
spacing
Throws:
RemoteEclipseAPIException

getAngle

int getAngle()
             throws RemoteEclipseAPIException
This property returns the angle. Users can rotate the lines of the hatching with this angle.

Returns:
angle
Throws:
RemoteEclipseAPIException