package rpad
import "go-hep.org/x/hep/groot/rpad"
Package rpad contains the definitions of ROOT graphics base classes.
Index ¶
- type AttCanvas
- func (*AttCanvas) Class() string
- func (*AttCanvas) RVersion() int16
- func (att *AttCanvas) UnmarshalROOT(r *rbytes.RBuffer) error
- type Canvas
- func (*Canvas) Class() string
- func (c *Canvas) Get(name string) (root.Object, error)
- func (c *Canvas) Keys() []string
- func (c *Canvas) Name() string
- func (*Canvas) RVersion() int16
- func (c *Canvas) Title() string
- func (c *Canvas) UnmarshalROOT(r *rbytes.RBuffer) error
- type Pad
Types ¶
type AttCanvas ¶
type AttCanvas struct {
// contains filtered or unexported fields
}
func (*AttCanvas) Class ¶
func (*AttCanvas) RVersion ¶
func (*AttCanvas) UnmarshalROOT ¶
ROOTUnmarshaler is the interface implemented by an object that can unmarshal itself from a ROOT buffer
type Canvas ¶
type Canvas struct {
// contains filtered or unexported fields
}
func (*Canvas) Class ¶
func (*Canvas) Get ¶
Get implements the ObjectFinder interface.
func (*Canvas) Keys ¶
Keys implements the ObjectFinder interface.
func (*Canvas) Name ¶
func (*Canvas) RVersion ¶
func (*Canvas) Title ¶
func (*Canvas) UnmarshalROOT ¶
ROOTUnmarshaler is the interface implemented by an object that can unmarshal itself from a ROOT buffer
type Pad ¶
type Pad struct {
// contains filtered or unexported fields
}
func (*Pad) Class ¶
func (*Pad) Get ¶
Get implements the ObjectFinder interface.
func (*Pad) Keys ¶
Keys implements the ObjectFinder interface.
func (*Pad) Name ¶
func (*Pad) RVersion ¶
func (*Pad) Title ¶
func (*Pad) UnmarshalROOT ¶
ROOTUnmarshaler is the interface implemented by an object that can unmarshal itself from a ROOT buffer
Source Files ¶
attcanvas.go canvas.go pad.go rpad.go
- Version
- v0.36.0 (latest)
- Published
- Nov 15, 2024
- Platform
- linux/amd64
- Imports
- 8 packages
- Last checked
- 1 day ago –
Tools for package owners.