Documentation
¶
Index ¶
- type ArcShapeClient
- func (c *ArcShapeClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *ArcShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *ArcShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error)
- func (c *ArcShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error)
- func (c *ArcShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ArcShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ArcShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error
- func (c *ArcShapeClient) GetStartAngle(ctx context.Context, handle int64) (float32, error)
- func (c *ArcShapeClient) GetSweepAngle(ctx context.Context, handle int64) (float32, error)
- func (c *ArcShapeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- type OvalShapeClient
- func (c *OvalShapeClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *OvalShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *OvalShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error)
- func (c *OvalShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error)
- func (c *OvalShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *OvalShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error
- type PathShapeClient
- func (c *PathShapeClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *PathShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *PathShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error)
- func (c *PathShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *PathShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *PathShapeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- type RectShapeClient
- func (c *RectShapeClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *RectShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *RectShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error)
- func (c *RectShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *RectShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RectShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error
- func (c *RectShapeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- type RoundRectShapeClient
- func (c *RoundRectShapeClient) Clone0(ctx context.Context, handle int64) (int64, error)
- func (c *RoundRectShapeClient) Clone0_1(ctx context.Context, handle int64) (int64, error)
- func (c *RoundRectShapeClient) Clone0_2(ctx context.Context, handle int64) (int64, error)
- func (c *RoundRectShapeClient) Clone0_3(ctx context.Context, handle int64) (int64, error)
- func (c *RoundRectShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *RoundRectShapeClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RoundRectShapeClient) GetOutline(ctx context.Context, handle int64, arg0 int64) error
- func (c *RoundRectShapeClient) HashCode(ctx context.Context, handle int64) (int32, error)
- type ShapeClient
- func (c *ShapeClient) Clone0(ctx context.Context) (int64, error)
- func (c *ShapeClient) Clone0_1(ctx context.Context) (int64, error)
- func (c *ShapeClient) Draw(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ShapeClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ShapeClient) GetHeight(ctx context.Context) (float32, error)
- func (c *ShapeClient) GetOutline(ctx context.Context, arg0 int64) error
- func (c *ShapeClient) GetWidth(ctx context.Context) (float32, error)
- func (c *ShapeClient) HasAlpha(ctx context.Context) (bool, error)
- func (c *ShapeClient) HashCode(ctx context.Context) (int32, error)
- func (c *ShapeClient) Resize(ctx context.Context, arg0 float32, arg1 float32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArcShapeClient ¶
type ArcShapeClient struct {
// contains filtered or unexported fields
}
ArcShapeClient wraps the gRPC ArcShapeService client.
func NewArcShapeClient ¶
func NewArcShapeClient(cc grpc.ClientConnInterface) *ArcShapeClient
NewArcShapeClient creates a new ArcShape client.
func (*ArcShapeClient) GetOutline ¶
GetOutline calls the GetOutline RPC.
func (*ArcShapeClient) GetStartAngle ¶
GetStartAngle calls the GetStartAngle RPC.
func (*ArcShapeClient) GetSweepAngle ¶
GetSweepAngle calls the GetSweepAngle RPC.
type OvalShapeClient ¶
type OvalShapeClient struct {
// contains filtered or unexported fields
}
OvalShapeClient wraps the gRPC OvalShapeService client.
func NewOvalShapeClient ¶
func NewOvalShapeClient(cc grpc.ClientConnInterface) *OvalShapeClient
NewOvalShapeClient creates a new OvalShape client.
func (*OvalShapeClient) GetOutline ¶
GetOutline calls the GetOutline RPC.
type PathShapeClient ¶
type PathShapeClient struct {
// contains filtered or unexported fields
}
PathShapeClient wraps the gRPC PathShapeService client.
func NewPathShapeClient ¶
func NewPathShapeClient(cc grpc.ClientConnInterface) *PathShapeClient
NewPathShapeClient creates a new PathShape client.
type RectShapeClient ¶
type RectShapeClient struct {
// contains filtered or unexported fields
}
RectShapeClient wraps the gRPC RectShapeService client.
func NewRectShapeClient ¶
func NewRectShapeClient(cc grpc.ClientConnInterface) *RectShapeClient
NewRectShapeClient creates a new RectShape client.
func (*RectShapeClient) GetOutline ¶
GetOutline calls the GetOutline RPC.
type RoundRectShapeClient ¶
type RoundRectShapeClient struct {
// contains filtered or unexported fields
}
RoundRectShapeClient wraps the gRPC RoundRectShapeService client.
func NewRoundRectShapeClient ¶
func NewRoundRectShapeClient(cc grpc.ClientConnInterface) *RoundRectShapeClient
NewRoundRectShapeClient creates a new RoundRectShape client.
func (*RoundRectShapeClient) Draw ¶
func (c *RoundRectShapeClient) Draw(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
Draw calls the Draw RPC.
func (*RoundRectShapeClient) GetOutline ¶
GetOutline calls the GetOutline RPC.
type ShapeClient ¶
type ShapeClient struct {
// contains filtered or unexported fields
}
ShapeClient wraps the gRPC ShapeService client.
func NewShapeClient ¶
func NewShapeClient(cc grpc.ClientConnInterface) *ShapeClient
NewShapeClient creates a new Shape client.
func (*ShapeClient) Clone0 ¶
func (c *ShapeClient) Clone0(ctx context.Context) (int64, error)
Clone0 calls the Clone0 RPC.
func (*ShapeClient) Clone0_1 ¶
func (c *ShapeClient) Clone0_1(ctx context.Context) (int64, error)
Clone0_1 calls the Clone0_1 RPC.
func (*ShapeClient) GetHeight ¶
func (c *ShapeClient) GetHeight(ctx context.Context) (float32, error)
GetHeight calls the GetHeight RPC.
func (*ShapeClient) GetOutline ¶
func (c *ShapeClient) GetOutline(ctx context.Context, arg0 int64) error
GetOutline calls the GetOutline RPC.
func (*ShapeClient) GetWidth ¶
func (c *ShapeClient) GetWidth(ctx context.Context) (float32, error)
GetWidth calls the GetWidth RPC.
func (*ShapeClient) HasAlpha ¶
func (c *ShapeClient) HasAlpha(ctx context.Context) (bool, error)
HasAlpha calls the HasAlpha RPC.