Documentation ¶
Index ¶
- func BindRecord(ctx context.Context, _arg0 any, _arg1 string, _arg2 uint, _arg3 int) (any, error)
- func Canon(ctx context.Context, _arg0 string, _arg1 int) (string, error)
- func CanonStr(ctx context.Context, _arg0 string) (string, error)
- func CopyAttr(ctx context.Context, _arg0 any, _arg1 any) (int, error)
- func DeleteRecord(ctx context.Context, _arg0 any, _arg1 string) (int, error)
- func Error(ctx context.Context, _arg0 ErrorLevel, _arg1 string) (int, error)
- func ErrorNum(ctx context.Context) (int, error)
- func Errorf(ctx context.Context, _arg0 string) error
- func FileSystem() fs.FS
- func FreeRenderData(ctx context.Context, _arg0 string) error
- func GetStr(ctx context.Context, _arg0 any, _arg1 string) (string, error)
- func GetSymName(ctx context.Context, _arg0 any, _arg1 *Sym) (string, error)
- func GraphNameOf(ctx context.Context, _arg0 any) (string, error)
- func HtmlStr(ctx context.Context, _arg0 string) (bool, error)
- func IsDirected(ctx context.Context, _arg0 *Graph) (int, error)
- func IsStrict(ctx context.Context, _arg0 *Graph) (int, error)
- func IsUndirected(ctx context.Context, _arg0 *Graph) (int, error)
- func LastError(ctx context.Context) (string, error)
- func ObjectKind(ctx context.Context, _arg0 any) (int, error)
- func PopDisc(ctx context.Context, _arg0 *Graph, _arg1 *ClientEventCallback) (int, error)
- func PushDisc(ctx context.Context, _arg0 *Graph, _arg1 *ClientEventCallback, _arg2 any) error
- func Readline(ctx context.Context, _arg0 int) error
- func Register_ClientEventCallback_ObjectFunc(fn func(*Graph, *Object, any) (uint64, error))
- func Register_ClientEventCallback_ObjectUpdateFunc(fn func(*Graph, *Object, any, *Sym) (uint64, error))
- func Register_DeviceCallbacks_ButtonPress(fn func(*Job, int, *PointFloat) (uint64, error))
- func Register_DeviceCallbacks_ButtonRelease(fn func(*Job, int, *PointFloat) (uint64, error))
- func Register_DeviceCallbacks_Delete(fn func(*Job) (uint64, error))
- func Register_DeviceCallbacks_Layout(fn func(*Job, string) (uint64, error))
- func Register_DeviceCallbacks_Modify(fn func(*Job, string, string) (uint64, error))
- func Register_DeviceCallbacks_Motion(fn func(*Job, *PointFloat) (uint64, error))
- func Register_DeviceCallbacks_Read(fn func(*Job, string, string) (uint64, error))
- func Register_DeviceCallbacks_Refresh(fn func(*Job) (uint64, error))
- func Register_DeviceCallbacks_Render(fn func(*Job, string, string) (uint64, error))
- func Register_DeviceEngine_Finalize(fn func(*Job) (uint64, error))
- func Register_DeviceEngine_Format(fn func(*Job) (uint64, error))
- func Register_DeviceEngine_Initialize(fn func(*Job) (uint64, error))
- func Register_DictCompare(fn func(any, any) (uint64, error))
- func Register_DictFree(fn func(any) (uint64, error))
- func Register_DictMake(fn func(any, *DictDisc) (uint64, error))
- func Register_DictMemory(fn func(*Dict, any, uint32, *DictDisc) (uint64, error))
- func Register_DictSearch(fn func(*Dict, any, int) (uint64, error))
- func Register_DictWalk(fn func(any, any) (uint64, error))
- func Register_IDAllocator_Alloc(fn func(any, int, uint64) (uint64, error))
- func Register_IDAllocator_Close(fn func(any) (uint64, error))
- func Register_IDAllocator_Free(fn func(any, int, uint64) (uint64, error))
- func Register_IDAllocator_IdRegister(fn func(any, int, any) (uint64, error))
- func Register_IDAllocator_Map(fn func(any, int, string, *uint64, int) (uint64, error))
- func Register_IDAllocator_Open(fn func(*Graph, *ClientDiscipline) (uint64, error))
- func Register_IDAllocator_Print(fn func(any, int, uint64) (uint64, error))
- func Register_IOService_Afread(fn func(any, string, int) (uint64, error))
- func Register_IOService_Flush(fn func(any) (uint64, error))
- func Register_IOService_Putstr(fn func(any, string) (uint64, error))
- func Register_LayoutEngine_Cleanup(fn func(*Graph) (uint64, error))
- func Register_LayoutEngine_Layout(fn func(*Graph) (uint64, error))
- func Register_LoadImageEngine_LoadImage(fn func(*Job, *UserShape, *BoxFloat, bool) (uint64, error))
- func Register_RenderEngine_BeginAnchor(fn func(*Job, string, string, string, string) (uint64, error))
- func Register_RenderEngine_BeginCluster(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginEdge(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginEdges(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginGraph(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginJob(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginLabel(fn func(*Job, LabelType) (uint64, error))
- func Register_RenderEngine_BeginLayer(fn func(*Job, string, int, int) (uint64, error))
- func Register_RenderEngine_BeginNode(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginNodes(fn func(*Job) (uint64, error))
- func Register_RenderEngine_BeginPage(fn func(*Job) (uint64, error))
- func Register_RenderEngine_Beziercurve(fn func(*Job, []*PointFloat, uint32, int) (uint64, error))
- func Register_RenderEngine_Comment(fn func(*Job, string) (uint64, error))
- func Register_RenderEngine_Ellipse(fn func(*Job, []*PointFloat, int) (uint64, error))
- func Register_RenderEngine_EndAnchor(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndCluster(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndEdge(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndEdges(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndGraph(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndJob(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndLabel(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndLayer(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndNode(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndNodes(fn func(*Job) (uint64, error))
- func Register_RenderEngine_EndPage(fn func(*Job) (uint64, error))
- func Register_RenderEngine_LibraryShape(fn func(*Job, string, []*PointFloat, uint32, int) (uint64, error))
- func Register_RenderEngine_Polygon(fn func(*Job, []*PointFloat, uint32, int) (uint64, error))
- func Register_RenderEngine_Polyline(fn func(*Job, []*PointFloat, uint32) (uint64, error))
- func Register_RenderEngine_ResolveColor(fn func(*Job, *Color) (uint64, error))
- func Register_RenderEngine_Textspan(fn func(*Job, *PointFloat, *Textspan) (uint64, error))
- func Register_TextLayoutEngine_TextLayout(fn func(*Textspan, []string) (uint64, error))
- func Register_UserRef(fn func(string) (uint64, error))
- func Register_UserShape_DataFree(fn func(*UserShape) (uint64, error))
- func ResetErrors(ctx context.Context) (int, error)
- func SafeSetStr(ctx context.Context, _arg0 any, _arg1 string, _arg2 string, _arg3 string) (int, error)
- func SetErrorf(ctx context.Context, ...) error
- func SetFile(ctx context.Context, _arg0 string) error
- func SetStr(ctx context.Context, _arg0 any, _arg1 string, _arg2 string) (int, error)
- func SetSymName(ctx context.Context, _arg0 any, _arg1 *Sym, _arg2 string) (int, error)
- func SetWasmFileSystem(fs fs.FS)
- func StrCanon(ctx context.Context, _arg0 string, _arg1 string) (string, error)
- func StrHash(ctx context.Context, _arg0 any, _arg1 int) (uint, error)
- func Toggle(ctx context.Context, _arg0 int) error
- func Warningf(ctx context.Context, _arg0 string) error
- func WasmPtr(v wasmStruct) uint64
- func Write(ctx context.Context, _arg0 *Graph, _arg1 any) (int, error)
- type API
- type Attr
- type Box
- type BoxFloat
- type CallbackFunc
- type CallbackFuncMap
- type CallbackStack
- func (v *CallbackStack) GetF() *ClientEventCallback
- func (v *CallbackStack) GetPrev() *CallbackStack
- func (v *CallbackStack) GetState() any
- func (v *CallbackStack) SetF(_arg *ClientEventCallback) error
- func (v *CallbackStack) SetPrev(_arg *CallbackStack) error
- func (v *CallbackStack) SetState(_arg any) error
- type ClientDiscipline
- type ClientEventCallback
- type Color
- func (v *Color) GetHsva() []float64
- func (v *Color) GetIndex() int64
- func (v *Color) GetRgbaDouble() []float64
- func (v *Color) GetRgbaInt() []int
- func (v *Color) GetRgbaUint() []uint
- func (v *Color) GetString() string
- func (v *Color) GetType() ColorType
- func (v *Color) SetHsva(_arg []float64) error
- func (v *Color) SetIndex(_arg int64) error
- func (v *Color) SetRgbaDouble(_arg []float64) error
- func (v *Color) SetRgbaInt(_arg []int) error
- func (v *Color) SetRgbaUint(_arg []uint) error
- func (v *Color) SetString(_arg string) error
- func (v *Color) SetType(_arg ColorType) error
- type ColorType
- type Common
- func (v *Common) GetAutoOutfileNames() bool
- func (v *Common) GetBuiltins() *SymList
- func (v *Common) GetCmdname() string
- func (v *Common) GetConfig() bool
- func (v *Common) GetDemandLoading() int64
- func (v *Common) GetInfo() []string
- func (v *Common) GetLib() []string
- func (v *Common) GetShowBoxes() []string
- func (v *Common) GetVerbose() int64
- func (v *Common) GetViewNum() int64
- func (v *Common) SetAutoOutfileNames(_arg bool) error
- func (v *Common) SetBuiltins(_arg *SymList) error
- func (v *Common) SetCmdname(_arg string) error
- func (v *Common) SetConfig(_arg bool) error
- func (v *Common) SetDemandLoading(_arg int64) error
- func (v *Common) SetInfo(_arg []string) error
- func (v *Common) SetLib(_arg []string) error
- func (v *Common) SetShowBoxes(_arg []string) error
- func (v *Common) SetVerbose(_arg int64) error
- func (v *Common) SetViewNum(_arg int64) error
- type CommonFields
- func (v *CommonFields) GetCb() *CallbackStack
- func (v *CommonFields) GetDisc() *ClientDiscipline
- func (v *CommonFields) GetLookupById() []*Dict
- func (v *CommonFields) GetLookupByName() []*Dict
- func (v *CommonFields) GetSeq() []uint64
- func (v *CommonFields) GetState() *State
- func (v *CommonFields) GetStrdict() *Dict
- func (v *CommonFields) SetCb(_arg *CallbackStack) error
- func (v *CommonFields) SetDisc(_arg *ClientDiscipline) error
- func (v *CommonFields) SetLookupById(_arg []*Dict) error
- func (v *CommonFields) SetLookupByName(_arg []*Dict) error
- func (v *CommonFields) SetSeq(_arg []uint64) error
- func (v *CommonFields) SetState(_arg *State) error
- func (v *CommonFields) SetStrdict(_arg *Dict) error
- type Context
- func (v *Context) AddLibrary(ctx context.Context, _arg0 *PluginLibrary) error
- func (v *Context) BuildDate(ctx context.Context) (string, error)
- func (v *Context) Clone(ctx context.Context) (*Context, error)
- func (v *Context) Finalize(ctx context.Context) error
- func (v *Context) FreeClonedContext(ctx context.Context) error
- func (v *Context) FreeContext(ctx context.Context) (int, error)
- func (v *Context) FreeLayout(ctx context.Context, _arg0 *Graph) (int, error)
- func (v *Context) GetApi() []*PluginAvailable
- func (v *Context) GetApis() []*PluginAvailable
- func (v *Context) GetCommon() *Common
- func (v *Context) GetConfigFound() bool
- func (v *Context) GetConfigPath() string
- func (v *Context) GetInputFilenames() []string
- func (v *Context) Info(ctx context.Context) ([]string, error)
- func (v *Context) Layout(ctx context.Context, _arg0 *Graph, _arg1 string) (int, error)
- func (v *Context) LayoutJobs(ctx context.Context, _arg0 *Graph) (int, error)
- func (v *Context) NextInputGraph(ctx context.Context) (*Graph, error)
- func (v *Context) ParseArgs(ctx context.Context, _arg0 int, _arg1 []string) (int, error)
- func (v *Context) PluginList(ctx context.Context, _arg0 string, _arg1 *int) ([]string, error)
- func (v *Context) PluginsGraph(ctx context.Context) (*Graph, error)
- func (v *Context) Render(ctx context.Context, _arg0 *Graph, _arg1 string, _arg2 *File) (int, error)
- func (v *Context) RenderContext(ctx context.Context, _arg0 *Graph, _arg1 string, _arg2 any) (int, error)
- func (v *Context) RenderData(ctx context.Context, _arg0 *Graph, _arg1 string, _arg2 *string, _arg3 *uint) (int, error)
- func (v *Context) RenderFilename(ctx context.Context, _arg0 *Graph, _arg1 string, _arg2 string) (int, error)
- func (v *Context) RenderJobs(ctx context.Context, _arg0 *Graph) (int, error)
- func (v *Context) SetApi(_arg []*PluginAvailable) error
- func (v *Context) SetApis(_arg []*PluginAvailable) error
- func (v *Context) SetCommon(_arg *Common) error
- func (v *Context) SetConfigFound(_arg bool) error
- func (v *Context) SetConfigPath(_arg string) error
- func (v *Context) SetInputFilenames(_arg []string) error
- func (v *Context) Version(ctx context.Context) (string, error)
- type DataDict
- type DeviceCallbacks
- func (v *DeviceCallbacks) SetButtonPress(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetButtonRelease(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetDel(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *DeviceCallbacks) SetLayout(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetModify(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetMotion(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetRead(ctx context.Context, ...) error
- func (v *DeviceCallbacks) SetRefresh(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *DeviceCallbacks) SetRender(ctx context.Context, ...) error
- type DeviceEngine
- func (v *DeviceEngine) SetFinalize(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *DeviceEngine) SetFormat(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *DeviceEngine) SetInitialize(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- type DeviceFeatures
- func (v *DeviceFeatures) GetDefaultDpi() *PointFloat
- func (v *DeviceFeatures) GetDefaultMargin() *PointFloat
- func (v *DeviceFeatures) GetDefaultPagesize() *PointFloat
- func (v *DeviceFeatures) GetFlags() int64
- func (v *DeviceFeatures) SetDefaultDpi(_arg *PointFloat) error
- func (v *DeviceFeatures) SetDefaultMargin(_arg *PointFloat) error
- func (v *DeviceFeatures) SetDefaultPagesize(_arg *PointFloat) error
- func (v *DeviceFeatures) SetFlags(_arg int64) error
- type DeviceType
- type Dict
- func (v *Dict) Close(ctx context.Context) (int, error)
- func (v *Dict) Disc(ctx context.Context, _arg0 *DictDisc) (*DictDisc, error)
- func (v *Dict) Extract(ctx context.Context) (*DictLink, error)
- func (v *Dict) Flatten(ctx context.Context) (*DictLink, error)
- func (v *Dict) GetData() *DictData
- func (v *Dict) GetDisc() *DictDisc
- func (v *Dict) GetMeth() *DictMethod
- func (v *Dict) GetNview() int64
- func (v *Dict) GetUser() any
- func (v *Dict) GetView() *Dict
- func (v *Dict) GetWalk() *Dict
- func (v *Dict) Method(ctx context.Context, _arg0 *DictMethod) (*DictMethod, error)
- func (v *Dict) Renew(ctx context.Context, _arg0 any) (any, error)
- func (v *Dict) Restore(ctx context.Context, _arg0 *DictLink) (int, error)
- func (v *Dict) SetData(_arg *DictData) error
- func (v *Dict) SetDisc(_arg *DictDisc) error
- func (v *Dict) SetMeth(_arg *DictMethod) error
- func (v *Dict) SetNview(_arg int64) error
- func (v *Dict) SetSearchf(ctx context.Context, ...) error
- func (v *Dict) SetUser(_arg any) error
- func (v *Dict) SetView(_arg *Dict) error
- func (v *Dict) SetWalk(_arg *Dict) error
- func (v *Dict) Size(ctx context.Context) (int, error)
- func (v *Dict) Stat(ctx context.Context, _arg0 *DictStat, _arg1 int) (int, error)
- func (v *Dict) View(ctx context.Context, _arg0 *Dict) (*Dict, error)
- func (v *Dict) Walk(ctx context.Context, ...) (int, error)
- type DictData
- func (v *DictData) GetHead() *DictLink
- func (v *DictData) GetHere() *DictLink
- func (v *DictData) GetHtab() []*DictLink
- func (v *DictData) GetLoop() int64
- func (v *DictData) GetNtab() int64
- func (v *DictData) GetSize() int64
- func (v *DictData) GetType() int64
- func (v *DictData) SetHead(_arg *DictLink) error
- func (v *DictData) SetHere(_arg *DictLink) error
- func (v *DictData) SetHtab(_arg []*DictLink) error
- func (v *DictData) SetLoop(_arg int64) error
- func (v *DictData) SetNtab(_arg int64) error
- func (v *DictData) SetSize(_arg int64) error
- func (v *DictData) SetType(_arg int64) error
- type DictDisc
- func (v *DictDisc) GetKey() int64
- func (v *DictDisc) GetLink() int64
- func (v *DictDisc) GetSize() int64
- func (v *DictDisc) SetComparf(ctx context.Context, ...) error
- func (v *DictDisc) SetFreef(ctx context.Context, arg *CallbackFunc[func(context.Context, any) error]) error
- func (v *DictDisc) SetKey(_arg int64) error
- func (v *DictDisc) SetLink(_arg int64) error
- func (v *DictDisc) SetMakef(ctx context.Context, ...) error
- func (v *DictDisc) SetSize(_arg int64) error
- type DictHold
- type DictLink
- type DictMethod
- type DictStat
- func (v *DictStat) GetDtCount() []uint32
- func (v *DictStat) GetDtMax() uint64
- func (v *DictStat) GetDtMeth() int64
- func (v *DictStat) GetDtN() uint64
- func (v *DictStat) GetDtSize() int64
- func (v *DictStat) SetDtCount(_arg []uint32) error
- func (v *DictStat) SetDtMax(_arg uint64) error
- func (v *DictStat) SetDtMeth(_arg int64) error
- func (v *DictStat) SetDtN(_arg uint64) error
- func (v *DictStat) SetDtSize(_arg int64) error
- type Edge
- func (v *Edge) GetBase() *Object
- func (v *Edge) GetIdLink() *DictLink
- func (v *Edge) GetNode() *Node
- func (v *Edge) GetSeqLink() *DictLink
- func (v *Edge) Head(ctx context.Context) (*Node, error)
- func (v *Edge) SetBase(_arg *Object) error
- func (v *Edge) SetIdLink(_arg *DictLink) error
- func (v *Edge) SetNode(_arg *Node) error
- func (v *Edge) SetSeqLink(_arg *DictLink) error
- func (v *Edge) Tail(ctx context.Context) (*Node, error)
- type EdgePair
- type EmitState
- type EmitType
- type Engine
- type ErrorLevel
- type Features
- type File
- type FillType
- type FontType
- type FormatterEngine
- type Graph
- func Concat(ctx context.Context, _arg0 *Graph, _arg1 any, _arg2 *ClientDiscipline) (*Graph, error)
- func GraphOf(ctx context.Context, _arg0 any) (*Graph, error)
- func GraphRoot(ctx context.Context, _arg0 any) (*Graph, error)
- func MemRead(ctx context.Context, _arg0 string) (*Graph, error)
- func NewGraph(ctx context.Context) (*Graph, error)
- func Open(ctx context.Context, _arg0 string, _arg1 *GraphDescriptor, ...) (*Graph, error)
- func Read(ctx context.Context, _arg0 string, _arg1 *ClientDiscipline) (*Graph, error)
- func (v *Graph) Alloc(ctx context.Context, _arg0 uint64) (any, error)
- func (v *Graph) AttachAttrs(ctx context.Context) error
- func (v *Graph) Attr(ctx context.Context, _arg0 int, _arg1 string, _arg2 string) (*Sym, error)
- func (v *Graph) Clean(ctx context.Context, _arg0 int, _arg1 string) error
- func (v *Graph) Close(ctx context.Context) (int, error)
- func (v *Graph) Contains(ctx context.Context, _arg0 any) (int, error)
- func (v *Graph) CountUniqueEdges(ctx context.Context, _arg0 *Node, _arg1 int, _arg2 int) (int, error)
- func (v *Graph) Degree(ctx context.Context, _arg0 *Node, _arg1 int, _arg2 int) (int, error)
- func (v *Graph) Delete(ctx context.Context, _arg0 any) (int, error)
- func (v *Graph) DeleteEdge(ctx context.Context, _arg0 *Edge) (int, error)
- func (v *Graph) DeleteNode(ctx context.Context, _arg0 *Node) (int, error)
- func (v *Graph) DeleteSubGraph(ctx context.Context, _arg0 *Graph) (int, error)
- func (v *Graph) Edge(ctx context.Context, _arg0 *Node, _arg1 *Node, _arg2 string, _arg3 int) (*Edge, error)
- func (v *Graph) EdgeNum(ctx context.Context) (int, error)
- func (v *Graph) FirstEdge(ctx context.Context, _arg0 *Node) (*Edge, error)
- func (v *Graph) FirstIn(ctx context.Context, _arg0 *Node) (*Edge, error)
- func (v *Graph) FirstNode(ctx context.Context) (*Node, error)
- func (v *Graph) FirstOut(ctx context.Context, _arg0 *Node) (*Edge, error)
- func (v *Graph) FirstSubGraph(ctx context.Context) (*Graph, error)
- func (v *Graph) Free(ctx context.Context, _arg0 any) error
- func (v *Graph) GetBase() *Object
- func (v *Graph) GetClos() *CommonFields
- func (v *Graph) GetDesc() *GraphDescriptor
- func (v *Graph) GetEId() *Dict
- func (v *Graph) GetESeq() *Dict
- func (v *Graph) GetGId() *Dict
- func (v *Graph) GetGSeq() *Dict
- func (v *Graph) GetIdLink() *DictLink
- func (v *Graph) GetNSeq() *Dict
- func (v *Graph) GetParent() *Graph
- func (v *Graph) GetRoot() *Graph
- func (v *Graph) GetSeqLink() *DictLink
- func (v *Graph) IdEdge(ctx context.Context, _arg0 *Node, _arg1 *Node, _arg2 uint64, _arg3 int) (*Edge, error)
- func (v *Graph) IdNode(ctx context.Context, _arg0 uint64, _arg1 int) (*Node, error)
- func (v *Graph) IdSubGraph(ctx context.Context, _arg0 uint64, _arg1 int) (*Graph, error)
- func (v *Graph) Init(ctx context.Context, _arg0 int, _arg1 string, _arg2 int, _arg3 int) error
- func (v *Graph) IsSimple(ctx context.Context) (int, error)
- func (v *Graph) LastNode(ctx context.Context) (*Node, error)
- func (v *Graph) NextAttr(ctx context.Context, _arg0 int, _arg1 *Sym) (*Sym, error)
- func (v *Graph) NextEdge(ctx context.Context, _arg0 *Edge, _arg1 *Node) (*Edge, error)
- func (v *Graph) NextIn(ctx context.Context, _arg0 *Edge) (*Edge, error)
- func (v *Graph) NextNode(ctx context.Context, _arg0 *Node) (*Node, error)
- func (v *Graph) NextOut(ctx context.Context, _arg0 *Edge) (*Edge, error)
- func (v *Graph) NextSubGraph(ctx context.Context) (*Graph, error)
- func (v *Graph) Node(ctx context.Context, _arg0 string, _arg1 int) (*Node, error)
- func (v *Graph) NodeNum(ctx context.Context) (int, error)
- func (v *Graph) Parent(ctx context.Context) (*Graph, error)
- func (v *Graph) PrevNode(ctx context.Context, _arg0 *Node) (*Node, error)
- func (v *Graph) Realloc(ctx context.Context, _arg0 any, _arg1 uint64, _arg2 uint64) (any, error)
- func (v *Graph) SetBase(_arg *Object) error
- func (v *Graph) SetClos(_arg *CommonFields) error
- func (v *Graph) SetDesc(_arg *GraphDescriptor) error
- func (v *Graph) SetEId(_arg *Dict) error
- func (v *Graph) SetESeq(_arg *Dict) error
- func (v *Graph) SetGId(_arg *Dict) error
- func (v *Graph) SetGSeq(_arg *Dict) error
- func (v *Graph) SetIdLink(_arg *DictLink) error
- func (v *Graph) SetNSeq(_arg *Dict) error
- func (v *Graph) SetParent(_arg *Graph) error
- func (v *Graph) SetRoot(_arg *Graph) error
- func (v *Graph) SetSeqLink(_arg *DictLink) error
- func (v *Graph) StrBind(ctx context.Context, _arg0 string) (string, error)
- func (v *Graph) StrFree(ctx context.Context, _arg0 string) (int, error)
- func (v *Graph) Strdup(ctx context.Context, _arg0 string) (string, error)
- func (v *Graph) StrdupHTML(ctx context.Context, _arg0 string) (string, error)
- func (v *Graph) SubEdge(ctx context.Context, _arg0 *Edge, _arg1 int) (*Edge, error)
- func (v *Graph) SubGraph(ctx context.Context, _arg0 string, _arg1 int) (*Graph, error)
- func (v *Graph) SubGraphNum(ctx context.Context) (int, error)
- func (v *Graph) SubNode(ctx context.Context, _arg0 *Node, _arg1 int) (*Node, error)
- func (v *Graph) SubRep(ctx context.Context, _arg0 *Node) (*SubNode, error)
- func (v *Graph) ToolTred(ctx context.Context) (int, error)
- type GraphDescriptor
- func (v *GraphDescriptor) GetDirected() uint32
- func (v *GraphDescriptor) GetHasAttrs() uint32
- func (v *GraphDescriptor) GetHasCmpnd() uint32
- func (v *GraphDescriptor) GetMaingraph() uint32
- func (v *GraphDescriptor) GetNoLoop() uint32
- func (v *GraphDescriptor) GetNoWrite() uint32
- func (v *GraphDescriptor) GetStrict() uint32
- func (v *GraphDescriptor) SetDirected(_arg uint32) error
- func (v *GraphDescriptor) SetHasAttrs(_arg uint32) error
- func (v *GraphDescriptor) SetHasCmpnd(_arg uint32) error
- func (v *GraphDescriptor) SetMaingraph(_arg uint32) error
- func (v *GraphDescriptor) SetNoLoop(_arg uint32) error
- func (v *GraphDescriptor) SetNoWrite(_arg uint32) error
- func (v *GraphDescriptor) SetStrict(_arg uint32) error
- type IDAllocator
- func (v *IDAllocator) SetAlloc(ctx context.Context, ...) error
- func (v *IDAllocator) SetClose(ctx context.Context, arg *CallbackFunc[func(context.Context, any) error]) error
- func (v *IDAllocator) SetFree(ctx context.Context, ...) error
- func (v *IDAllocator) SetIdregister(ctx context.Context, ...) error
- func (v *IDAllocator) SetMap(ctx context.Context, ...) error
- func (v *IDAllocator) SetOpen(ctx context.Context, ...) error
- func (v *IDAllocator) SetPrint(ctx context.Context, ...) error
- type IOService
- type ImageType
- type Job
- func (v *Job) GetActiveTooltip() string
- func (v *Job) GetBb() *BoxFloat
- func (v *Job) GetBoundingBox() *Box
- func (v *Job) GetButton() uint64
- func (v *Job) GetCallbacks() *DeviceCallbacks
- func (v *Job) GetCanvasBox() *BoxFloat
- func (v *Job) GetClick() bool
- func (v *Job) GetClip() *BoxFloat
- func (v *Job) GetCommon() *Common
- func (v *Job) GetContext() any
- func (v *Job) GetCurrentObj() any
- func (v *Job) GetDevice() *PluginActiveDevice
- func (v *Job) GetDeviceDpi() *PointFloat
- func (v *Job) GetDeviceSetsDpi() bool
- func (v *Job) GetDevscale() *PointFloat
- func (v *Job) GetDisplay() any
- func (v *Job) GetDpi() *PointFloat
- func (v *Job) GetExternalContext() bool
- func (v *Job) GetFitMode() bool
- func (v *Job) GetFlags() int64
- func (v *Job) GetFocus() *PointFloat
- func (v *Job) GetGraphIndex() int64
- func (v *Job) GetGvc() *Context
- func (v *Job) GetHasBeenRendered() bool
- func (v *Job) GetHasGrown() bool
- func (v *Job) GetHeight() uint64
- func (v *Job) GetImagedata() string
- func (v *Job) GetInputFilename() string
- func (v *Job) GetLayerNum() int64
- func (v *Job) GetLayoutType() string
- func (v *Job) GetLoadimage() *PluginActiveLoadImage
- func (v *Job) GetMargin() *PointFloat
- func (v *Job) GetNeedsRefresh() bool
- func (v *Job) GetNext() *Job
- func (v *Job) GetNextActive() *Job
- func (v *Job) GetNumLayers() int64
- func (v *Job) GetNumPages() int64
- func (v *Job) GetObj() *ObjectState
- func (v *Job) GetOldpointer() *PointFloat
- func (v *Job) GetOutputData() string
- func (v *Job) GetOutputDataAllocated() uint
- func (v *Job) GetOutputDataPosition() uint
- func (v *Job) GetOutputFile() *File
- func (v *Job) GetOutputFilename() string
- func (v *Job) GetOutputLang() int64
- func (v *Job) GetOutputLangname() string
- func (v *Job) GetPad() *PointFloat
- func (v *Job) GetPageBoundingBox() *Box
- func (v *Job) GetPageBox() *BoxFloat
- func (v *Job) GetPageSize() *PointFloat
- func (v *Job) GetPagesArrayElem() *Point
- func (v *Job) GetPagesArrayFirst() *Point
- func (v *Job) GetPagesArrayMajor() *Point
- func (v *Job) GetPagesArrayMinor() *Point
- func (v *Job) GetPagesArraySize() *Point
- func (v *Job) GetPointer() *PointFloat
- func (v *Job) GetRender() *PluginActiveRender
- func (v *Job) GetRotation() int64
- func (v *Job) GetScale() *PointFloat
- func (v *Job) GetScreen() int64
- func (v *Job) GetSelectedHref() string
- func (v *Job) GetSelectedObj() any
- func (v *Job) GetTranslation() *PointFloat
- func (v *Job) GetView() *PointFloat
- func (v *Job) GetWidth() uint64
- func (v *Job) GetZoom() float64
- func (v *Job) SetActiveTooltip(_arg string) error
- func (v *Job) SetBb(_arg *BoxFloat) error
- func (v *Job) SetBoundingBox(_arg *Box) error
- func (v *Job) SetButton(_arg uint64) error
- func (v *Job) SetCallbacks(_arg *DeviceCallbacks) error
- func (v *Job) SetCanvasBox(_arg *BoxFloat) error
- func (v *Job) SetClick(_arg bool) error
- func (v *Job) SetClip(_arg *BoxFloat) error
- func (v *Job) SetCommon(_arg *Common) error
- func (v *Job) SetContext(_arg any) error
- func (v *Job) SetCurrentObj(_arg any) error
- func (v *Job) SetDevice(_arg *PluginActiveDevice) error
- func (v *Job) SetDeviceDpi(_arg *PointFloat) error
- func (v *Job) SetDeviceSetsDpi(_arg bool) error
- func (v *Job) SetDevscale(_arg *PointFloat) error
- func (v *Job) SetDisplay(_arg any) error
- func (v *Job) SetDpi(_arg *PointFloat) error
- func (v *Job) SetExternalContext(_arg bool) error
- func (v *Job) SetFitMode(_arg bool) error
- func (v *Job) SetFlags(_arg int64) error
- func (v *Job) SetFocus(_arg *PointFloat) error
- func (v *Job) SetGraphIndex(_arg int64) error
- func (v *Job) SetGvc(_arg *Context) error
- func (v *Job) SetHasBeenRendered(_arg bool) error
- func (v *Job) SetHasGrown(_arg bool) error
- func (v *Job) SetHeight(_arg uint64) error
- func (v *Job) SetImagedata(_arg string) error
- func (v *Job) SetInputFilename(_arg string) error
- func (v *Job) SetLayerNum(_arg int64) error
- func (v *Job) SetLayoutType(_arg string) error
- func (v *Job) SetLoadimage(_arg *PluginActiveLoadImage) error
- func (v *Job) SetMargin(_arg *PointFloat) error
- func (v *Job) SetNeedsRefresh(_arg bool) error
- func (v *Job) SetNext(_arg *Job) error
- func (v *Job) SetNextActive(_arg *Job) error
- func (v *Job) SetNumLayers(_arg int64) error
- func (v *Job) SetNumPages(_arg int64) error
- func (v *Job) SetObj(_arg *ObjectState) error
- func (v *Job) SetOldpointer(_arg *PointFloat) error
- func (v *Job) SetOutputData(_arg string) error
- func (v *Job) SetOutputDataAllocated(_arg uint) error
- func (v *Job) SetOutputDataPosition(_arg uint) error
- func (v *Job) SetOutputFile(_arg *File) error
- func (v *Job) SetOutputFilename(_arg string) error
- func (v *Job) SetOutputLang(_arg int64) error
- func (v *Job) SetOutputLangname(_arg string) error
- func (v *Job) SetPad(_arg *PointFloat) error
- func (v *Job) SetPageBoundingBox(_arg *Box) error
- func (v *Job) SetPageBox(_arg *BoxFloat) error
- func (v *Job) SetPageSize(_arg *PointFloat) error
- func (v *Job) SetPagesArrayElem(_arg *Point) error
- func (v *Job) SetPagesArrayFirst(_arg *Point) error
- func (v *Job) SetPagesArrayMajor(_arg *Point) error
- func (v *Job) SetPagesArrayMinor(_arg *Point) error
- func (v *Job) SetPagesArraySize(_arg *Point) error
- func (v *Job) SetPointer(_arg *PointFloat) error
- func (v *Job) SetRender(_arg *PluginActiveRender) error
- func (v *Job) SetRotation(_arg int64) error
- func (v *Job) SetScale(_arg *PointFloat) error
- func (v *Job) SetScreen(_arg int64) error
- func (v *Job) SetSelectedHref(_arg string) error
- func (v *Job) SetSelectedObj(_arg any) error
- func (v *Job) SetTranslation(_arg *PointFloat) error
- func (v *Job) SetView(_arg *PointFloat) error
- func (v *Job) SetWidth(_arg uint64) error
- func (v *Job) SetZoom(_arg float64) error
- type LabelType
- type LayoutEngine
- type LayoutFeatures
- type LoadImageEngine
- type LookupFuncMap
- type MapShapeType
- type Node
- func (v *Node) Before(ctx context.Context, _arg0 *Node) (int, error)
- func (v *Node) GetBase() *Object
- func (v *Node) GetMainsub() *SubNode
- func (v *Node) GetRoot() *Graph
- func (v *Node) ReLabel(ctx context.Context, _arg0 string) (int, error)
- func (v *Node) SetBase(_arg *Object) error
- func (v *Node) SetMainsub(_arg *SubNode) error
- func (v *Node) SetRoot(_arg *Graph) error
- type Object
- type ObjectState
- func (v *ObjectState) GetE() *Edge
- func (v *ObjectState) GetEmitState() EmitState
- func (v *ObjectState) GetExplicitEdgetarget() uint64
- func (v *ObjectState) GetExplicitHeadtarget() uint64
- func (v *ObjectState) GetExplicitHeadtooltip() uint64
- func (v *ObjectState) GetExplicitHeadurl() uint64
- func (v *ObjectState) GetExplicitLabeltooltip() uint64
- func (v *ObjectState) GetExplicitTailtarget() uint64
- func (v *ObjectState) GetExplicitTailtooltip() uint64
- func (v *ObjectState) GetExplicitTailurl() uint64
- func (v *ObjectState) GetExplicitTooltip() uint64
- func (v *ObjectState) GetFill() FillType
- func (v *ObjectState) GetFillcolor() *Color
- func (v *ObjectState) GetG() *Graph
- func (v *ObjectState) GetGradientAngle() int64
- func (v *ObjectState) GetGradientFrac() float32
- func (v *ObjectState) GetHeadZ() float64
- func (v *ObjectState) GetHeadendurlMapN() int64
- func (v *ObjectState) GetHeadendurlMapP() *PointFloat
- func (v *ObjectState) GetHeadlabel() string
- func (v *ObjectState) GetHeadtarget() string
- func (v *ObjectState) GetHeadtooltip() string
- func (v *ObjectState) GetHeadurl() string
- func (v *ObjectState) GetId() string
- func (v *ObjectState) GetLabel() string
- func (v *ObjectState) GetLabeledgealigned() uint64
- func (v *ObjectState) GetLabeltarget() string
- func (v *ObjectState) GetLabeltooltip() string
- func (v *ObjectState) GetLabelurl() string
- func (v *ObjectState) GetN() *Node
- func (v *ObjectState) GetParent() *ObjectState
- func (v *ObjectState) GetPen() PenType
- func (v *ObjectState) GetPencolor() *Color
- func (v *ObjectState) GetPenwidth() float64
- func (v *ObjectState) GetRawstyle() []string
- func (v *ObjectState) GetSg() *Graph
- func (v *ObjectState) GetStopcolor() *Color
- func (v *ObjectState) GetTailZ() float64
- func (v *ObjectState) GetTailendurlMapN() int64
- func (v *ObjectState) GetTailendurlMapP() *PointFloat
- func (v *ObjectState) GetTaillabel() string
- func (v *ObjectState) GetTailtarget() string
- func (v *ObjectState) GetTailtooltip() string
- func (v *ObjectState) GetTailurl() string
- func (v *ObjectState) GetTarget() string
- func (v *ObjectState) GetTooltip() string
- func (v *ObjectState) GetType() ObjectType
- func (v *ObjectState) GetUrl() string
- func (v *ObjectState) GetUrlBsplinemapN() []int
- func (v *ObjectState) GetUrlBsplinemapP() *PointFloat
- func (v *ObjectState) GetUrlBsplinemapPolyN() int64
- func (v *ObjectState) GetUrlMapN() uint64
- func (v *ObjectState) GetUrlMapP() *PointFloat
- func (v *ObjectState) GetUrlMapShape() MapShapeType
- func (v *ObjectState) GetXlabel() string
- func (v *ObjectState) GetZ() float64
- func (v *ObjectState) SetE(_arg *Edge) error
- func (v *ObjectState) SetEmitState(_arg EmitState) error
- func (v *ObjectState) SetExplicitEdgetarget(_arg uint64) error
- func (v *ObjectState) SetExplicitHeadtarget(_arg uint64) error
- func (v *ObjectState) SetExplicitHeadtooltip(_arg uint64) error
- func (v *ObjectState) SetExplicitHeadurl(_arg uint64) error
- func (v *ObjectState) SetExplicitLabeltooltip(_arg uint64) error
- func (v *ObjectState) SetExplicitTailtarget(_arg uint64) error
- func (v *ObjectState) SetExplicitTailtooltip(_arg uint64) error
- func (v *ObjectState) SetExplicitTailurl(_arg uint64) error
- func (v *ObjectState) SetExplicitTooltip(_arg uint64) error
- func (v *ObjectState) SetFill(_arg FillType) error
- func (v *ObjectState) SetFillcolor(_arg *Color) error
- func (v *ObjectState) SetG(_arg *Graph) error
- func (v *ObjectState) SetGradientAngle(_arg int64) error
- func (v *ObjectState) SetGradientFrac(_arg float32) error
- func (v *ObjectState) SetHeadZ(_arg float64) error
- func (v *ObjectState) SetHeadendurlMapN(_arg int64) error
- func (v *ObjectState) SetHeadendurlMapP(_arg *PointFloat) error
- func (v *ObjectState) SetHeadlabel(_arg string) error
- func (v *ObjectState) SetHeadtarget(_arg string) error
- func (v *ObjectState) SetHeadtooltip(_arg string) error
- func (v *ObjectState) SetHeadurl(_arg string) error
- func (v *ObjectState) SetId(_arg string) error
- func (v *ObjectState) SetLabel(_arg string) error
- func (v *ObjectState) SetLabeledgealigned(_arg uint64) error
- func (v *ObjectState) SetLabeltarget(_arg string) error
- func (v *ObjectState) SetLabeltooltip(_arg string) error
- func (v *ObjectState) SetLabelurl(_arg string) error
- func (v *ObjectState) SetN(_arg *Node) error
- func (v *ObjectState) SetParent(_arg *ObjectState) error
- func (v *ObjectState) SetPen(_arg PenType) error
- func (v *ObjectState) SetPencolor(_arg *Color) error
- func (v *ObjectState) SetPenwidth(_arg float64) error
- func (v *ObjectState) SetRawstyle(_arg []string) error
- func (v *ObjectState) SetSg(_arg *Graph) error
- func (v *ObjectState) SetStopcolor(_arg *Color) error
- func (v *ObjectState) SetTailZ(_arg float64) error
- func (v *ObjectState) SetTailendurlMapN(_arg int64) error
- func (v *ObjectState) SetTailendurlMapP(_arg *PointFloat) error
- func (v *ObjectState) SetTaillabel(_arg string) error
- func (v *ObjectState) SetTailtarget(_arg string) error
- func (v *ObjectState) SetTailtooltip(_arg string) error
- func (v *ObjectState) SetTailurl(_arg string) error
- func (v *ObjectState) SetTarget(_arg string) error
- func (v *ObjectState) SetTooltip(_arg string) error
- func (v *ObjectState) SetType(_arg ObjectType) error
- func (v *ObjectState) SetUrl(_arg string) error
- func (v *ObjectState) SetUrlBsplinemapN(_arg []int) error
- func (v *ObjectState) SetUrlBsplinemapP(_arg *PointFloat) error
- func (v *ObjectState) SetUrlBsplinemapPolyN(_arg int64) error
- func (v *ObjectState) SetUrlMapN(_arg uint64) error
- func (v *ObjectState) SetUrlMapP(_arg *PointFloat) error
- func (v *ObjectState) SetUrlMapShape(_arg MapShapeType) error
- func (v *ObjectState) SetXlabel(_arg string) error
- func (v *ObjectState) SetZ(_arg float64) error
- type ObjectTag
- type ObjectType
- type PenType
- type PluginAPI
- type PluginActiveDevice
- func (v *PluginActiveDevice) GetEngine() *DeviceEngine
- func (v *PluginActiveDevice) GetFeatures() *DeviceFeatures
- func (v *PluginActiveDevice) GetId() int64
- func (v *PluginActiveDevice) GetType() string
- func (v *PluginActiveDevice) SetEngine(_arg *DeviceEngine) error
- func (v *PluginActiveDevice) SetFeatures(_arg *DeviceFeatures) error
- func (v *PluginActiveDevice) SetId(_arg int64) error
- func (v *PluginActiveDevice) SetType(_arg string) error
- type PluginActiveLoadImage
- func (v *PluginActiveLoadImage) GetEngine() *LoadImageEngine
- func (v *PluginActiveLoadImage) GetId() int64
- func (v *PluginActiveLoadImage) GetType() string
- func (v *PluginActiveLoadImage) SetEngine(_arg *LoadImageEngine) error
- func (v *PluginActiveLoadImage) SetId(_arg int64) error
- func (v *PluginActiveLoadImage) SetType(_arg string) error
- type PluginActiveRender
- func (v *PluginActiveRender) GetEngine() *RenderEngine
- func (v *PluginActiveRender) GetFeatures() *RenderFeatures
- func (v *PluginActiveRender) GetId() int64
- func (v *PluginActiveRender) GetType() string
- func (v *PluginActiveRender) SetEngine(_arg *RenderEngine) error
- func (v *PluginActiveRender) SetFeatures(_arg *RenderFeatures) error
- func (v *PluginActiveRender) SetId(_arg int64) error
- func (v *PluginActiveRender) SetType(_arg string) error
- type PluginAvailable
- func (v *PluginAvailable) GetNext() *PluginAvailable
- func (v *PluginAvailable) GetPackage() *PluginPackage
- func (v *PluginAvailable) GetQuality() int64
- func (v *PluginAvailable) GetTypeptr() *PluginInstalled
- func (v *PluginAvailable) GetTypestr() string
- func (v *PluginAvailable) SetNext(_arg *PluginAvailable) error
- func (v *PluginAvailable) SetPackage(_arg *PluginPackage) error
- func (v *PluginAvailable) SetQuality(_arg int64) error
- func (v *PluginAvailable) SetTypeptr(_arg *PluginInstalled) error
- func (v *PluginAvailable) SetTypestr(_arg string) error
- type PluginInstalled
- func (v *PluginInstalled) GetEngine() any
- func (v *PluginInstalled) GetFeatures() any
- func (v *PluginInstalled) GetId() int64
- func (v *PluginInstalled) GetQuality() int64
- func (v *PluginInstalled) GetType() string
- func (v *PluginInstalled) SetEngine(_arg any) error
- func (v *PluginInstalled) SetFeatures(_arg any) error
- func (v *PluginInstalled) SetId(_arg int64) error
- func (v *PluginInstalled) SetQuality(_arg int64) error
- func (v *PluginInstalled) SetType(_arg string) error
- type PluginLibrary
- type PluginPackage
- type Point
- type PointFloat
- type PostscriptAlias
- func (v *PostscriptAlias) GetFamily() string
- func (v *PostscriptAlias) GetName() string
- func (v *PostscriptAlias) GetStretch() string
- func (v *PostscriptAlias) GetStyle() string
- func (v *PostscriptAlias) GetSvgFontFamily() string
- func (v *PostscriptAlias) GetSvgFontStyle() string
- func (v *PostscriptAlias) GetSvgFontWeight() string
- func (v *PostscriptAlias) GetWeight() string
- func (v *PostscriptAlias) GetXfigCode() int64
- func (v *PostscriptAlias) SetFamily(_arg string) error
- func (v *PostscriptAlias) SetName(_arg string) error
- func (v *PostscriptAlias) SetStretch(_arg string) error
- func (v *PostscriptAlias) SetStyle(_arg string) error
- func (v *PostscriptAlias) SetSvgFontFamily(_arg string) error
- func (v *PostscriptAlias) SetSvgFontStyle(_arg string) error
- func (v *PostscriptAlias) SetSvgFontWeight(_arg string) error
- func (v *PostscriptAlias) SetWeight(_arg string) error
- func (v *PostscriptAlias) SetXfigCode(_arg int64) error
- type Record
- type RenderEngine
- func (v *RenderEngine) SetBeginAnchor(ctx context.Context, ...) error
- func (v *RenderEngine) SetBeginCluster(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginEdge(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginEdges(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginGraph(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginJob(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginLabel(ctx context.Context, ...) error
- func (v *RenderEngine) SetBeginLayer(ctx context.Context, ...) error
- func (v *RenderEngine) SetBeginNode(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginNodes(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeginPage(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetBeziercurve(ctx context.Context, ...) error
- func (v *RenderEngine) SetComment(ctx context.Context, ...) error
- func (v *RenderEngine) SetEllipse(ctx context.Context, ...) error
- func (v *RenderEngine) SetEndAnchor(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndCluster(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndEdge(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndEdges(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndGraph(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndJob(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndLabel(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndLayer(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndNode(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndNodes(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetEndPage(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
- func (v *RenderEngine) SetLibraryShape(ctx context.Context, ...) error
- func (v *RenderEngine) SetPolygon(ctx context.Context, ...) error
- func (v *RenderEngine) SetPolyline(ctx context.Context, ...) error
- func (v *RenderEngine) SetResolveColor(ctx context.Context, ...) error
- func (v *RenderEngine) SetTextspan(ctx context.Context, ...) error
- type RenderFeatures
- func (v *RenderFeatures) GetColorType() ColorType
- func (v *RenderFeatures) GetDefaultPad() float64
- func (v *RenderFeatures) GetFlags() int64
- func (v *RenderFeatures) GetKnownColors() []string
- func (v *RenderFeatures) GetSizeKnownColors() int64
- func (v *RenderFeatures) SetColorType(_arg ColorType) error
- func (v *RenderFeatures) SetDefaultPad(_arg float64) error
- func (v *RenderFeatures) SetFlags(_arg int64) error
- func (v *RenderFeatures) SetKnownColors(_arg []string) error
- func (v *RenderFeatures) SetSizeKnownColors(_arg int64) error
- type RenderType
- type RequiredType
- type State
- type SubNode
- func (v *SubNode) GetIdLink() *DictLink
- func (v *SubNode) GetInId() *DictLink
- func (v *SubNode) GetInSeq() *DictLink
- func (v *SubNode) GetNode() *Node
- func (v *SubNode) GetOutId() *DictLink
- func (v *SubNode) GetOutSeq() *DictLink
- func (v *SubNode) GetSeqLink() *DictLink
- func (v *SubNode) SetIdLink(_arg *DictLink) error
- func (v *SubNode) SetInId(_arg *DictLink) error
- func (v *SubNode) SetInSeq(_arg *DictLink) error
- func (v *SubNode) SetNode(_arg *Node) error
- func (v *SubNode) SetOutId(_arg *DictLink) error
- func (v *SubNode) SetOutSeq(_arg *DictLink) error
- func (v *SubNode) SetSeqLink(_arg *DictLink) error
- type Sym
- func (v *Sym) GetDefval() string
- func (v *Sym) GetFixed() uint32
- func (v *Sym) GetId() int32
- func (v *Sym) GetKind() uint32
- func (v *Sym) GetLink() *DictLink
- func (v *Sym) GetName() string
- func (v *Sym) GetPrint() uint32
- func (v *Sym) SetDefval(_arg string) error
- func (v *Sym) SetFixed(_arg uint32) error
- func (v *Sym) SetId(_arg int32) error
- func (v *Sym) SetKind(_arg uint32) error
- func (v *Sym) SetLink(_arg *DictLink) error
- func (v *Sym) SetName(_arg string) error
- func (v *Sym) SetPrint(_arg uint32) error
- type SymList
- type Tag
- func (v *Tag) GetAttrwf() uint32
- func (v *Tag) GetId() uint64
- func (v *Tag) GetMtflock() uint32
- func (v *Tag) GetObjectType() uint32
- func (v *Tag) GetSeq() uint32
- func (v *Tag) SetAttrwf(_arg uint32) error
- func (v *Tag) SetId(_arg uint64) error
- func (v *Tag) SetMtflock(_arg uint32) error
- func (v *Tag) SetObjectType(_arg uint32) error
- func (v *Tag) SetSeq(_arg uint32) error
- type TextFont
- func (v *TextFont) GetColor() string
- func (v *TextFont) GetCount() uint64
- func (v *TextFont) GetFlags() uint64
- func (v *TextFont) GetName() string
- func (v *TextFont) GetPostscriptAlias() *PostscriptAlias
- func (v *TextFont) GetSize() float64
- func (v *TextFont) SetColor(_arg string) error
- func (v *TextFont) SetCount(_arg uint64) error
- func (v *TextFont) SetFlags(_arg uint64) error
- func (v *TextFont) SetName(_arg string) error
- func (v *TextFont) SetPostscriptAlias(_arg *PostscriptAlias) error
- func (v *TextFont) SetSize(_arg float64) error
- type TextLayoutEngine
- type Textspan
- func (v *Textspan) GetFont() *TextFont
- func (v *Textspan) GetJust() int64
- func (v *Textspan) GetSize() *PointFloat
- func (v *Textspan) GetStr() string
- func (v *Textspan) GetYOffsetCenterLine() float64
- func (v *Textspan) GetYOffsetLayout() float64
- func (v *Textspan) SetFont(_arg *TextFont) error
- func (v *Textspan) SetJust(_arg int64) error
- func (v *Textspan) SetSize(_arg *PointFloat) error
- func (v *Textspan) SetStr(_arg string) error
- func (v *Textspan) SetYOffsetCenterLine(_arg float64) error
- func (v *Textspan) SetYOffsetLayout(_arg float64) error
- type UserShape
- func (v *UserShape) GetData() any
- func (v *UserShape) GetDatasize() uint64
- func (v *UserShape) GetDpi() int64
- func (v *UserShape) GetF() *File
- func (v *UserShape) GetH() int64
- func (v *UserShape) GetLink() *DictLink
- func (v *UserShape) GetMacroId() int64
- func (v *UserShape) GetMustInline() bool
- func (v *UserShape) GetName() string
- func (v *UserShape) GetNocache() bool
- func (v *UserShape) GetStringtype() string
- func (v *UserShape) GetType() ImageType
- func (v *UserShape) GetW() int64
- func (v *UserShape) GetX() int64
- func (v *UserShape) GetY() int64
- func (v *UserShape) SetData(_arg any) error
- func (v *UserShape) SetDatafree(ctx context.Context, ...) error
- func (v *UserShape) SetDatasize(_arg uint64) error
- func (v *UserShape) SetDpi(_arg int64) error
- func (v *UserShape) SetF(_arg *File) error
- func (v *UserShape) SetH(_arg int64) error
- func (v *UserShape) SetLink(_arg *DictLink) error
- func (v *UserShape) SetMacroId(_arg int64) error
- func (v *UserShape) SetMustInline(_arg bool) error
- func (v *UserShape) SetName(_arg string) error
- func (v *UserShape) SetNocache(_arg bool) error
- func (v *UserShape) SetStringtype(_arg string) error
- func (v *UserShape) SetType(_arg ImageType) error
- func (v *UserShape) SetW(_arg int64) error
- func (v *UserShape) SetX(_arg int64) error
- func (v *UserShape) SetY(_arg int64) error
- type WasmFileSystem
- type WasmModule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindRecord ¶
func FileSystem ¶ added in v0.2.3
func Register_DeviceCallbacks_ButtonPress ¶
func Register_DeviceCallbacks_ButtonPress(fn func(*Job, int, *PointFloat) (uint64, error))
func Register_DeviceCallbacks_ButtonRelease ¶
func Register_DeviceCallbacks_ButtonRelease(fn func(*Job, int, *PointFloat) (uint64, error))
func Register_DeviceCallbacks_Motion ¶
func Register_DeviceCallbacks_Motion(fn func(*Job, *PointFloat) (uint64, error))
func Register_DictFree ¶
func Register_DictMemory ¶
func Register_IDAllocator_Open ¶
func Register_IDAllocator_Open(fn func(*Graph, *ClientDiscipline) (uint64, error))
func Register_RenderEngine_Ellipse ¶
func Register_RenderEngine_Ellipse(fn func(*Job, []*PointFloat, int) (uint64, error))
func Register_RenderEngine_Polyline ¶
func Register_RenderEngine_Polyline(fn func(*Job, []*PointFloat, uint32) (uint64, error))
func Register_RenderEngine_Textspan ¶
func Register_RenderEngine_Textspan(fn func(*Job, *PointFloat, *Textspan) (uint64, error))
func Register_UserRef ¶
func SafeSetStr ¶
func SetSymName ¶
func SetWasmFileSystem ¶ added in v0.2.3
Types ¶
type BoxFloat ¶
type BoxFloat struct {
// contains filtered or unexported fields
}
func (*BoxFloat) GetLl ¶
func (v *BoxFloat) GetLl() *PointFloat
func (*BoxFloat) GetUr ¶
func (v *BoxFloat) GetUr() *PointFloat
func (*BoxFloat) SetLl ¶
func (v *BoxFloat) SetLl(_arg *PointFloat) error
func (*BoxFloat) SetUr ¶
func (v *BoxFloat) SetUr(_arg *PointFloat) error
type CallbackFunc ¶
type CallbackFunc[T any] struct { // contains filtered or unexported fields }
func CreateCallbackFunc ¶
func CreateCallbackFunc[T any](cb T, funcID uint64) *CallbackFunc[T]
type CallbackFuncMap ¶
type CallbackFuncMap struct { IDAllocator_Open map[uint64]func(context.Context, *Graph, *ClientDiscipline) (any, error) IDAllocator_Map map[uint64]func(context.Context, any, int, string, *uint64, int) (int32, error) IDAllocator_Alloc map[uint64]func(context.Context, any, int, uint64) (int32, error) IDAllocator_Free map[uint64]func(context.Context, any, int, uint64) error IDAllocator_Print map[uint64]func(context.Context, any, int, uint64) (string, error) IDAllocator_Close map[uint64]func(context.Context, any) error IDAllocator_IdRegister map[uint64]func(context.Context, any, int, any) error IOService_Afread map[uint64]func(context.Context, any, string, int) (int, error) IOService_Putstr map[uint64]func(context.Context, any, string) (int, error) IOService_Flush map[uint64]func(context.Context, any) (int, error) ClientEventCallback_ObjectFunc map[uint64]func(context.Context, *Graph, *Object, any) error ClientEventCallback_ObjectUpdateFunc map[uint64]func(context.Context, *Graph, *Object, any, *Sym) error UserRef map[uint64]func(context.Context, string) (int, error) DictMemory map[uint64]func(context.Context, *Dict, any, uint32, *DictDisc) (any, error) DictSearch map[uint64]func(context.Context, *Dict, any, int) (any, error) DictMake map[uint64]func(context.Context, any, *DictDisc) (any, error) DictFree map[uint64]func(context.Context, any) error DictCompare map[uint64]func(context.Context, any, any) (int, error) DictWalk map[uint64]func(context.Context, any, any) (int, error) UserShape_DataFree map[uint64]func(context.Context, *UserShape) error DeviceCallbacks_Refresh map[uint64]func(context.Context, *Job) error DeviceCallbacks_ButtonPress map[uint64]func(context.Context, *Job, int, *PointFloat) error DeviceCallbacks_ButtonRelease map[uint64]func(context.Context, *Job, int, *PointFloat) error DeviceCallbacks_Motion map[uint64]func(context.Context, *Job, *PointFloat) error DeviceCallbacks_Modify map[uint64]func(context.Context, *Job, string, string) error DeviceCallbacks_Delete map[uint64]func(context.Context, *Job) error DeviceCallbacks_Read map[uint64]func(context.Context, *Job, string, string) error DeviceCallbacks_Layout map[uint64]func(context.Context, *Job, string) error DeviceCallbacks_Render map[uint64]func(context.Context, *Job, string, string) error DeviceEngine_Initialize map[uint64]func(context.Context, *Job) error DeviceEngine_Format map[uint64]func(context.Context, *Job) error DeviceEngine_Finalize map[uint64]func(context.Context, *Job) error RenderEngine_BeginJob map[uint64]func(context.Context, *Job) error RenderEngine_EndJob map[uint64]func(context.Context, *Job) error RenderEngine_BeginGraph map[uint64]func(context.Context, *Job) error RenderEngine_EndGraph map[uint64]func(context.Context, *Job) error RenderEngine_BeginLayer map[uint64]func(context.Context, *Job, string, int, int) error RenderEngine_EndLayer map[uint64]func(context.Context, *Job) error RenderEngine_BeginPage map[uint64]func(context.Context, *Job) error RenderEngine_EndPage map[uint64]func(context.Context, *Job) error RenderEngine_BeginCluster map[uint64]func(context.Context, *Job) error RenderEngine_EndCluster map[uint64]func(context.Context, *Job) error RenderEngine_BeginNodes map[uint64]func(context.Context, *Job) error RenderEngine_EndNodes map[uint64]func(context.Context, *Job) error RenderEngine_BeginEdges map[uint64]func(context.Context, *Job) error RenderEngine_EndEdges map[uint64]func(context.Context, *Job) error RenderEngine_BeginNode map[uint64]func(context.Context, *Job) error RenderEngine_EndNode map[uint64]func(context.Context, *Job) error RenderEngine_BeginEdge map[uint64]func(context.Context, *Job) error RenderEngine_EndEdge map[uint64]func(context.Context, *Job) error RenderEngine_BeginAnchor map[uint64]func(context.Context, *Job, string, string, string, string) error RenderEngine_EndAnchor map[uint64]func(context.Context, *Job) error RenderEngine_BeginLabel map[uint64]func(context.Context, *Job, LabelType) error RenderEngine_EndLabel map[uint64]func(context.Context, *Job) error RenderEngine_Textspan map[uint64]func(context.Context, *Job, *PointFloat, *Textspan) error RenderEngine_ResolveColor map[uint64]func(context.Context, *Job, *Color) error RenderEngine_Ellipse map[uint64]func(context.Context, *Job, []*PointFloat, int) error RenderEngine_Polygon map[uint64]func(context.Context, *Job, []*PointFloat, uint32, int) error RenderEngine_Beziercurve map[uint64]func(context.Context, *Job, []*PointFloat, uint32, int) error RenderEngine_Polyline map[uint64]func(context.Context, *Job, []*PointFloat, uint32) error RenderEngine_Comment map[uint64]func(context.Context, *Job, string) error RenderEngine_LibraryShape map[uint64]func(context.Context, *Job, string, []*PointFloat, uint32, int) error LayoutEngine_Layout map[uint64]func(context.Context, *Graph) error LayoutEngine_Cleanup map[uint64]func(context.Context, *Graph) error TextLayoutEngine_TextLayout map[uint64]func(context.Context, *Textspan, []string) (bool, error) LoadImageEngine_LoadImage map[uint64]func(context.Context, *Job, *UserShape, *BoxFloat, bool) error }
type CallbackStack ¶
type CallbackStack struct {
// contains filtered or unexported fields
}
func NewCallbackStack ¶
func NewCallbackStack(ctx context.Context) (*CallbackStack, error)
func (*CallbackStack) GetF ¶
func (v *CallbackStack) GetF() *ClientEventCallback
func (*CallbackStack) GetPrev ¶
func (v *CallbackStack) GetPrev() *CallbackStack
func (*CallbackStack) GetState ¶
func (v *CallbackStack) GetState() any
func (*CallbackStack) SetF ¶
func (v *CallbackStack) SetF(_arg *ClientEventCallback) error
func (*CallbackStack) SetPrev ¶
func (v *CallbackStack) SetPrev(_arg *CallbackStack) error
func (*CallbackStack) SetState ¶
func (v *CallbackStack) SetState(_arg any) error
type ClientDiscipline ¶
type ClientDiscipline struct {
// contains filtered or unexported fields
}
func NewClientDiscipline ¶
func NewClientDiscipline(ctx context.Context) (*ClientDiscipline, error)
func (*ClientDiscipline) GetId ¶
func (v *ClientDiscipline) GetId() *IDAllocator
func (*ClientDiscipline) GetIo ¶
func (v *ClientDiscipline) GetIo() *IOService
func (*ClientDiscipline) SetId ¶
func (v *ClientDiscipline) SetId(_arg *IDAllocator) error
func (*ClientDiscipline) SetIo ¶
func (v *ClientDiscipline) SetIo(_arg *IOService) error
type ClientEventCallback ¶
type ClientEventCallback struct {
// contains filtered or unexported fields
}
func NewClientEventCallback ¶
func NewClientEventCallback(ctx context.Context) (*ClientEventCallback, error)
type Color ¶
type Color struct {
// contains filtered or unexported fields
}
func (*Color) GetRgbaDouble ¶
func (*Color) GetRgbaInt ¶
func (*Color) GetRgbaUint ¶
func (*Color) SetRgbaDouble ¶
func (*Color) SetRgbaInt ¶
func (*Color) SetRgbaUint ¶
type Common ¶
type Common struct {
// contains filtered or unexported fields
}
func (*Common) GetAutoOutfileNames ¶
func (*Common) GetBuiltins ¶
func (*Common) GetCmdname ¶
func (*Common) GetDemandLoading ¶
func (*Common) GetShowBoxes ¶
func (*Common) GetVerbose ¶
func (*Common) GetViewNum ¶
func (*Common) SetAutoOutfileNames ¶
func (*Common) SetBuiltins ¶
func (*Common) SetCmdname ¶
func (*Common) SetDemandLoading ¶
func (*Common) SetShowBoxes ¶
func (*Common) SetVerbose ¶
func (*Common) SetViewNum ¶
type CommonFields ¶
type CommonFields struct {
// contains filtered or unexported fields
}
func NewCommonFields ¶
func NewCommonFields(ctx context.Context) (*CommonFields, error)
func (*CommonFields) GetCb ¶
func (v *CommonFields) GetCb() *CallbackStack
func (*CommonFields) GetDisc ¶
func (v *CommonFields) GetDisc() *ClientDiscipline
func (*CommonFields) GetLookupById ¶
func (v *CommonFields) GetLookupById() []*Dict
func (*CommonFields) GetLookupByName ¶
func (v *CommonFields) GetLookupByName() []*Dict
func (*CommonFields) GetSeq ¶
func (v *CommonFields) GetSeq() []uint64
func (*CommonFields) GetState ¶
func (v *CommonFields) GetState() *State
func (*CommonFields) GetStrdict ¶
func (v *CommonFields) GetStrdict() *Dict
func (*CommonFields) SetCb ¶
func (v *CommonFields) SetCb(_arg *CallbackStack) error
func (*CommonFields) SetDisc ¶
func (v *CommonFields) SetDisc(_arg *ClientDiscipline) error
func (*CommonFields) SetLookupById ¶
func (v *CommonFields) SetLookupById(_arg []*Dict) error
func (*CommonFields) SetLookupByName ¶
func (v *CommonFields) SetLookupByName(_arg []*Dict) error
func (*CommonFields) SetSeq ¶
func (v *CommonFields) SetSeq(_arg []uint64) error
func (*CommonFields) SetState ¶
func (v *CommonFields) SetState(_arg *State) error
func (*CommonFields) SetStrdict ¶
func (v *CommonFields) SetStrdict(_arg *Dict) error
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func GetContextWithPlugins ¶
func NewContextWithSymList ¶
func (*Context) AddLibrary ¶
func (v *Context) AddLibrary(ctx context.Context, _arg0 *PluginLibrary) error
func (*Context) FreeLayout ¶
func (*Context) GetApi ¶
func (v *Context) GetApi() []*PluginAvailable
func (*Context) GetApis ¶
func (v *Context) GetApis() []*PluginAvailable
func (*Context) GetConfigFound ¶
func (*Context) GetConfigPath ¶
func (*Context) GetInputFilenames ¶
func (*Context) LayoutJobs ¶
func (*Context) NextInputGraph ¶
func (*Context) PluginList ¶
func (*Context) RenderContext ¶
func (*Context) RenderData ¶
func (*Context) RenderFilename ¶
func (*Context) RenderJobs ¶
func (*Context) SetApi ¶
func (v *Context) SetApi(_arg []*PluginAvailable) error
func (*Context) SetApis ¶
func (v *Context) SetApis(_arg []*PluginAvailable) error
func (*Context) SetConfigFound ¶
func (*Context) SetConfigPath ¶
func (*Context) SetInputFilenames ¶
type DeviceCallbacks ¶
type DeviceCallbacks struct {
// contains filtered or unexported fields
}
func NewDeviceCallbacks ¶
func NewDeviceCallbacks(ctx context.Context) (*DeviceCallbacks, error)
func (*DeviceCallbacks) SetButtonPress ¶
func (v *DeviceCallbacks) SetButtonPress(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, int, *PointFloat) error]) error
func (*DeviceCallbacks) SetButtonRelease ¶
func (v *DeviceCallbacks) SetButtonRelease(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, int, *PointFloat) error]) error
func (*DeviceCallbacks) SetDel ¶
func (v *DeviceCallbacks) SetDel(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*DeviceCallbacks) SetLayout ¶
func (v *DeviceCallbacks) SetLayout(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, string) error]) error
func (*DeviceCallbacks) SetMotion ¶
func (v *DeviceCallbacks) SetMotion(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, *PointFloat) error]) error
func (*DeviceCallbacks) SetRefresh ¶
func (v *DeviceCallbacks) SetRefresh(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
type DeviceEngine ¶
type DeviceEngine struct {
// contains filtered or unexported fields
}
func NewDeviceEngine ¶
func NewDeviceEngine(ctx context.Context) (*DeviceEngine, error)
func (*DeviceEngine) SetFinalize ¶
func (v *DeviceEngine) SetFinalize(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*DeviceEngine) SetFormat ¶
func (v *DeviceEngine) SetFormat(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*DeviceEngine) SetInitialize ¶
func (v *DeviceEngine) SetInitialize(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
type DeviceFeatures ¶
type DeviceFeatures struct {
// contains filtered or unexported fields
}
func NewDeviceFeatures ¶
func NewDeviceFeatures(ctx context.Context) (*DeviceFeatures, error)
func (*DeviceFeatures) GetDefaultDpi ¶
func (v *DeviceFeatures) GetDefaultDpi() *PointFloat
func (*DeviceFeatures) GetDefaultMargin ¶
func (v *DeviceFeatures) GetDefaultMargin() *PointFloat
func (*DeviceFeatures) GetDefaultPagesize ¶
func (v *DeviceFeatures) GetDefaultPagesize() *PointFloat
func (*DeviceFeatures) GetFlags ¶
func (v *DeviceFeatures) GetFlags() int64
func (*DeviceFeatures) SetDefaultDpi ¶
func (v *DeviceFeatures) SetDefaultDpi(_arg *PointFloat) error
func (*DeviceFeatures) SetDefaultMargin ¶
func (v *DeviceFeatures) SetDefaultMargin(_arg *PointFloat) error
func (*DeviceFeatures) SetDefaultPagesize ¶
func (v *DeviceFeatures) SetDefaultPagesize(_arg *PointFloat) error
func (*DeviceFeatures) SetFlags ¶
func (v *DeviceFeatures) SetFlags(_arg int64) error
type DeviceType ¶
type DeviceType int
var ( DEVICE_DOES_PAGES DeviceType = 0 DEVICE_DOES_LAYERS DeviceType = 1 DEVICE_EVENTS DeviceType = 2 DEVICE_DOES_TRUECOLOR DeviceType = 3 DEVICE_BINARY_FORMAT DeviceType = 4 DEVICE_COMPRESSED_FORMAT DeviceType = 5 DEVICE_NO_WRITER DeviceType = 6 )
func (DeviceType) String ¶
func (v DeviceType) String() string
type Dict ¶
type Dict struct {
// contains filtered or unexported fields
}
func NewDictWithDisc ¶
func (*Dict) GetMeth ¶
func (v *Dict) GetMeth() *DictMethod
func (*Dict) Method ¶
func (v *Dict) Method(ctx context.Context, _arg0 *DictMethod) (*DictMethod, error)
func (*Dict) SetMeth ¶
func (v *Dict) SetMeth(_arg *DictMethod) error
func (*Dict) SetSearchf ¶
type DictDisc ¶
type DictDisc struct {
// contains filtered or unexported fields
}
func (*DictDisc) SetComparf ¶
type DictMethod ¶
type DictMethod struct {
// contains filtered or unexported fields
}
func NewDictMethod ¶
func NewDictMethod(ctx context.Context) (*DictMethod, error)
func (*DictMethod) GetType ¶
func (v *DictMethod) GetType() int64
func (*DictMethod) SetSearchf ¶
func (*DictMethod) SetType ¶
func (v *DictMethod) SetType(_arg int64) error
type DictStat ¶
type DictStat struct {
// contains filtered or unexported fields
}
func (*DictStat) GetDtCount ¶
func (*DictStat) SetDtCount ¶
type Edge ¶
type Edge struct {
// contains filtered or unexported fields
}
func (*Edge) GetSeqLink ¶
func (*Edge) SetSeqLink ¶
type EmitState ¶
type EmitState int
var ( EMIT_GDRAW EmitState = 0 EMIT_CDRAW EmitState = 1 EMIT_TDRAW EmitState = 2 EMIT_HDRAW EmitState = 3 EMIT_GLABEL EmitState = 4 EMIT_CLABEL EmitState = 5 EMIT_TLABEL EmitState = 6 EMIT_HLABEL EmitState = 7 EMIT_NDRAW EmitState = 8 EMIT_EDRAW EmitState = 9 EMIT_NLABEL EmitState = 10 EMIT_ELABEL EmitState = 11 )
type ErrorLevel ¶
type ErrorLevel int
var ( WARN ErrorLevel = 0 ERR ErrorLevel = 1 MAX ErrorLevel = 2 PREV ErrorLevel = 3 )
func SetError ¶
func SetError(ctx context.Context, _arg0 ErrorLevel) (ErrorLevel, error)
func (ErrorLevel) String ¶
func (v ErrorLevel) String() string
type FormatterEngine ¶
type FormatterEngine struct {
// contains filtered or unexported fields
}
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func Open ¶
func Open(ctx context.Context, _arg0 string, _arg1 *GraphDescriptor, _arg2 *ClientDiscipline) (*Graph, error)
func (*Graph) CountUniqueEdges ¶
func (*Graph) DeleteEdge ¶
func (*Graph) DeleteNode ¶
func (*Graph) DeleteSubGraph ¶
func (*Graph) GetClos ¶
func (v *Graph) GetClos() *CommonFields
func (*Graph) GetDesc ¶
func (v *Graph) GetDesc() *GraphDescriptor
func (*Graph) GetSeqLink ¶
func (*Graph) IdSubGraph ¶
func (*Graph) SetClos ¶
func (v *Graph) SetClos(_arg *CommonFields) error
func (*Graph) SetDesc ¶
func (v *Graph) SetDesc(_arg *GraphDescriptor) error
func (*Graph) SetSeqLink ¶
func (*Graph) StrdupHTML ¶
type GraphDescriptor ¶
type GraphDescriptor struct {
// contains filtered or unexported fields
}
func NewGraphDescriptor ¶
func NewGraphDescriptor(ctx context.Context) (*GraphDescriptor, error)
func (*GraphDescriptor) GetDirected ¶
func (v *GraphDescriptor) GetDirected() uint32
func (*GraphDescriptor) GetHasAttrs ¶
func (v *GraphDescriptor) GetHasAttrs() uint32
func (*GraphDescriptor) GetHasCmpnd ¶
func (v *GraphDescriptor) GetHasCmpnd() uint32
func (*GraphDescriptor) GetMaingraph ¶
func (v *GraphDescriptor) GetMaingraph() uint32
func (*GraphDescriptor) GetNoLoop ¶
func (v *GraphDescriptor) GetNoLoop() uint32
func (*GraphDescriptor) GetNoWrite ¶
func (v *GraphDescriptor) GetNoWrite() uint32
func (*GraphDescriptor) GetStrict ¶
func (v *GraphDescriptor) GetStrict() uint32
func (*GraphDescriptor) SetDirected ¶
func (v *GraphDescriptor) SetDirected(_arg uint32) error
func (*GraphDescriptor) SetHasAttrs ¶
func (v *GraphDescriptor) SetHasAttrs(_arg uint32) error
func (*GraphDescriptor) SetHasCmpnd ¶
func (v *GraphDescriptor) SetHasCmpnd(_arg uint32) error
func (*GraphDescriptor) SetMaingraph ¶
func (v *GraphDescriptor) SetMaingraph(_arg uint32) error
func (*GraphDescriptor) SetNoLoop ¶
func (v *GraphDescriptor) SetNoLoop(_arg uint32) error
func (*GraphDescriptor) SetNoWrite ¶
func (v *GraphDescriptor) SetNoWrite(_arg uint32) error
func (*GraphDescriptor) SetStrict ¶
func (v *GraphDescriptor) SetStrict(_arg uint32) error
type IDAllocator ¶
type IDAllocator struct {
// contains filtered or unexported fields
}
func NewIDAllocator ¶
func NewIDAllocator(ctx context.Context) (*IDAllocator, error)
func (*IDAllocator) SetClose ¶
func (v *IDAllocator) SetClose(ctx context.Context, arg *CallbackFunc[func(context.Context, any) error]) error
func (*IDAllocator) SetIdregister ¶
func (*IDAllocator) SetOpen ¶
func (v *IDAllocator) SetOpen(ctx context.Context, arg *CallbackFunc[func(context.Context, *Graph, *ClientDiscipline) (any, error)]) error
type IOService ¶
type IOService struct {
// contains filtered or unexported fields
}
type ImageType ¶
type ImageType int
var ( IMAGE_TYPE_NULL ImageType = 0 IMAGE_TYPE_BMP ImageType = 1 IMAGE_TYPE_GIF ImageType = 2 IMAGE_TYPE_PNG ImageType = 3 IMAGE_TYPE_JPEG ImageType = 4 IMAGE_TYPE_PDF ImageType = 5 IMAGE_TYPE_PS ImageType = 6 IMAGE_TYPE_EPS ImageType = 7 IMAGE_TYPE_SVG ImageType = 8 IMAGE_TYPE_XML ImageType = 9 IMAGE_TYPE_RIFF ImageType = 10 IMAGE_TYPE_WEBP ImageType = 11 IMAGE_TYPE_ICO ImageType = 12 IMAGE_TYPE_TIFF ImageType = 13 )
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
func (*Job) GetActiveTooltip ¶
func (*Job) GetBoundingBox ¶
func (*Job) GetCallbacks ¶
func (v *Job) GetCallbacks() *DeviceCallbacks
func (*Job) GetCanvasBox ¶
func (*Job) GetContext ¶
func (*Job) GetCurrentObj ¶
func (*Job) GetDevice ¶
func (v *Job) GetDevice() *PluginActiveDevice
func (*Job) GetDeviceDpi ¶
func (v *Job) GetDeviceDpi() *PointFloat
func (*Job) GetDeviceSetsDpi ¶
func (*Job) GetDevscale ¶
func (v *Job) GetDevscale() *PointFloat
func (*Job) GetDisplay ¶
func (*Job) GetDpi ¶
func (v *Job) GetDpi() *PointFloat
func (*Job) GetExternalContext ¶
func (*Job) GetFitMode ¶
func (*Job) GetFocus ¶
func (v *Job) GetFocus() *PointFloat
func (*Job) GetGraphIndex ¶
func (*Job) GetHasBeenRendered ¶
func (*Job) GetHasGrown ¶
func (*Job) GetImagedata ¶
func (*Job) GetInputFilename ¶
func (*Job) GetLayerNum ¶
func (*Job) GetLayoutType ¶
func (*Job) GetLoadimage ¶
func (v *Job) GetLoadimage() *PluginActiveLoadImage
func (*Job) GetMargin ¶
func (v *Job) GetMargin() *PointFloat
func (*Job) GetNeedsRefresh ¶
func (*Job) GetNextActive ¶
func (*Job) GetNumLayers ¶
func (*Job) GetNumPages ¶
func (*Job) GetObj ¶
func (v *Job) GetObj() *ObjectState
func (*Job) GetOldpointer ¶
func (v *Job) GetOldpointer() *PointFloat
func (*Job) GetOutputData ¶
func (*Job) GetOutputDataAllocated ¶
func (*Job) GetOutputDataPosition ¶
func (*Job) GetOutputFile ¶
func (*Job) GetOutputFilename ¶
func (*Job) GetOutputLang ¶
func (*Job) GetOutputLangname ¶
func (*Job) GetPad ¶
func (v *Job) GetPad() *PointFloat
func (*Job) GetPageBoundingBox ¶
func (*Job) GetPageBox ¶
func (*Job) GetPageSize ¶
func (v *Job) GetPageSize() *PointFloat
func (*Job) GetPagesArrayElem ¶
func (*Job) GetPagesArrayFirst ¶
func (*Job) GetPagesArrayMajor ¶
func (*Job) GetPagesArrayMinor ¶
func (*Job) GetPagesArraySize ¶
func (*Job) GetPointer ¶
func (v *Job) GetPointer() *PointFloat
func (*Job) GetRender ¶
func (v *Job) GetRender() *PluginActiveRender
func (*Job) GetRotation ¶
func (*Job) GetScale ¶
func (v *Job) GetScale() *PointFloat
func (*Job) GetSelectedHref ¶
func (*Job) GetSelectedObj ¶
func (*Job) GetTranslation ¶
func (v *Job) GetTranslation() *PointFloat
func (*Job) GetView ¶
func (v *Job) GetView() *PointFloat
func (*Job) SetActiveTooltip ¶
func (*Job) SetBoundingBox ¶
func (*Job) SetCallbacks ¶
func (v *Job) SetCallbacks(_arg *DeviceCallbacks) error
func (*Job) SetCanvasBox ¶
func (*Job) SetContext ¶
func (*Job) SetCurrentObj ¶
func (*Job) SetDevice ¶
func (v *Job) SetDevice(_arg *PluginActiveDevice) error
func (*Job) SetDeviceDpi ¶
func (v *Job) SetDeviceDpi(_arg *PointFloat) error
func (*Job) SetDeviceSetsDpi ¶
func (*Job) SetDevscale ¶
func (v *Job) SetDevscale(_arg *PointFloat) error
func (*Job) SetDisplay ¶
func (*Job) SetDpi ¶
func (v *Job) SetDpi(_arg *PointFloat) error
func (*Job) SetExternalContext ¶
func (*Job) SetFitMode ¶
func (*Job) SetFocus ¶
func (v *Job) SetFocus(_arg *PointFloat) error
func (*Job) SetGraphIndex ¶
func (*Job) SetHasBeenRendered ¶
func (*Job) SetHasGrown ¶
func (*Job) SetImagedata ¶
func (*Job) SetInputFilename ¶
func (*Job) SetLayerNum ¶
func (*Job) SetLayoutType ¶
func (*Job) SetLoadimage ¶
func (v *Job) SetLoadimage(_arg *PluginActiveLoadImage) error
func (*Job) SetMargin ¶
func (v *Job) SetMargin(_arg *PointFloat) error
func (*Job) SetNeedsRefresh ¶
func (*Job) SetNextActive ¶
func (*Job) SetNumLayers ¶
func (*Job) SetNumPages ¶
func (*Job) SetObj ¶
func (v *Job) SetObj(_arg *ObjectState) error
func (*Job) SetOldpointer ¶
func (v *Job) SetOldpointer(_arg *PointFloat) error
func (*Job) SetOutputData ¶
func (*Job) SetOutputDataAllocated ¶
func (*Job) SetOutputDataPosition ¶
func (*Job) SetOutputFile ¶
func (*Job) SetOutputFilename ¶
func (*Job) SetOutputLang ¶
func (*Job) SetOutputLangname ¶
func (*Job) SetPad ¶
func (v *Job) SetPad(_arg *PointFloat) error
func (*Job) SetPageBoundingBox ¶
func (*Job) SetPageBox ¶
func (*Job) SetPageSize ¶
func (v *Job) SetPageSize(_arg *PointFloat) error
func (*Job) SetPagesArrayElem ¶
func (*Job) SetPagesArrayFirst ¶
func (*Job) SetPagesArrayMajor ¶
func (*Job) SetPagesArrayMinor ¶
func (*Job) SetPagesArraySize ¶
func (*Job) SetPointer ¶
func (v *Job) SetPointer(_arg *PointFloat) error
func (*Job) SetRender ¶
func (v *Job) SetRender(_arg *PluginActiveRender) error
func (*Job) SetRotation ¶
func (*Job) SetScale ¶
func (v *Job) SetScale(_arg *PointFloat) error
func (*Job) SetSelectedHref ¶
func (*Job) SetSelectedObj ¶
func (*Job) SetTranslation ¶
func (v *Job) SetTranslation(_arg *PointFloat) error
func (*Job) SetView ¶
func (v *Job) SetView(_arg *PointFloat) error
type LayoutEngine ¶
type LayoutEngine struct {
// contains filtered or unexported fields
}
func NewLayoutEngine ¶
func NewLayoutEngine(ctx context.Context) (*LayoutEngine, error)
func (*LayoutEngine) SetCleanup ¶
func (v *LayoutEngine) SetCleanup(ctx context.Context, arg *CallbackFunc[func(context.Context, *Graph) error]) error
type LayoutFeatures ¶
type LayoutFeatures struct {
// contains filtered or unexported fields
}
func NewLayoutFeatures ¶
func NewLayoutFeatures(ctx context.Context) (*LayoutFeatures, error)
func (*LayoutFeatures) GetFlags ¶
func (v *LayoutFeatures) GetFlags() int64
func (*LayoutFeatures) SetFlags ¶
func (v *LayoutFeatures) SetFlags(_arg int64) error
type LoadImageEngine ¶
type LoadImageEngine struct {
// contains filtered or unexported fields
}
func NewLoadImageEngine ¶
func NewLoadImageEngine(ctx context.Context) (*LoadImageEngine, error)
func (*LoadImageEngine) SetLoadImage ¶
type LookupFuncMap ¶
type LookupFuncMap struct { IDAllocator_Open func(*Graph, *ClientDiscipline) (uint64, error) IDAllocator_Map func(any, int, string, *uint64, int) (uint64, error) IDAllocator_Alloc func(any, int, uint64) (uint64, error) IDAllocator_Free func(any, int, uint64) (uint64, error) IDAllocator_Print func(any, int, uint64) (uint64, error) IDAllocator_Close func(any) (uint64, error) IDAllocator_IdRegister func(any, int, any) (uint64, error) IOService_Afread func(any, string, int) (uint64, error) IOService_Putstr func(any, string) (uint64, error) IOService_Flush func(any) (uint64, error) ClientEventCallback_ObjectFunc func(*Graph, *Object, any) (uint64, error) ClientEventCallback_ObjectUpdateFunc func(*Graph, *Object, any, *Sym) (uint64, error) UserRef func(string) (uint64, error) DictMemory func(*Dict, any, uint32, *DictDisc) (uint64, error) DictSearch func(*Dict, any, int) (uint64, error) DictMake func(any, *DictDisc) (uint64, error) DictFree func(any) (uint64, error) DictCompare func(any, any) (uint64, error) DictWalk func(any, any) (uint64, error) UserShape_DataFree func(*UserShape) (uint64, error) DeviceCallbacks_Refresh func(*Job) (uint64, error) DeviceCallbacks_ButtonPress func(*Job, int, *PointFloat) (uint64, error) DeviceCallbacks_ButtonRelease func(*Job, int, *PointFloat) (uint64, error) DeviceCallbacks_Motion func(*Job, *PointFloat) (uint64, error) DeviceCallbacks_Modify func(*Job, string, string) (uint64, error) DeviceCallbacks_Delete func(*Job) (uint64, error) DeviceCallbacks_Read func(*Job, string, string) (uint64, error) DeviceCallbacks_Layout func(*Job, string) (uint64, error) DeviceCallbacks_Render func(*Job, string, string) (uint64, error) DeviceEngine_Initialize func(*Job) (uint64, error) DeviceEngine_Format func(*Job) (uint64, error) DeviceEngine_Finalize func(*Job) (uint64, error) RenderEngine_BeginJob func(*Job) (uint64, error) RenderEngine_EndJob func(*Job) (uint64, error) RenderEngine_BeginGraph func(*Job) (uint64, error) RenderEngine_EndGraph func(*Job) (uint64, error) RenderEngine_BeginLayer func(*Job, string, int, int) (uint64, error) RenderEngine_EndLayer func(*Job) (uint64, error) RenderEngine_BeginPage func(*Job) (uint64, error) RenderEngine_EndPage func(*Job) (uint64, error) RenderEngine_BeginCluster func(*Job) (uint64, error) RenderEngine_EndCluster func(*Job) (uint64, error) RenderEngine_BeginNodes func(*Job) (uint64, error) RenderEngine_EndNodes func(*Job) (uint64, error) RenderEngine_BeginEdges func(*Job) (uint64, error) RenderEngine_EndEdges func(*Job) (uint64, error) RenderEngine_BeginNode func(*Job) (uint64, error) RenderEngine_EndNode func(*Job) (uint64, error) RenderEngine_BeginEdge func(*Job) (uint64, error) RenderEngine_EndEdge func(*Job) (uint64, error) RenderEngine_BeginAnchor func(*Job, string, string, string, string) (uint64, error) RenderEngine_EndAnchor func(*Job) (uint64, error) RenderEngine_BeginLabel func(*Job, LabelType) (uint64, error) RenderEngine_EndLabel func(*Job) (uint64, error) RenderEngine_Textspan func(*Job, *PointFloat, *Textspan) (uint64, error) RenderEngine_ResolveColor func(*Job, *Color) (uint64, error) RenderEngine_Ellipse func(*Job, []*PointFloat, int) (uint64, error) RenderEngine_Polygon func(*Job, []*PointFloat, uint32, int) (uint64, error) RenderEngine_Beziercurve func(*Job, []*PointFloat, uint32, int) (uint64, error) RenderEngine_Polyline func(*Job, []*PointFloat, uint32) (uint64, error) RenderEngine_Comment func(*Job, string) (uint64, error) RenderEngine_LibraryShape func(*Job, string, []*PointFloat, uint32, int) (uint64, error) LayoutEngine_Layout func(*Graph) (uint64, error) LayoutEngine_Cleanup func(*Graph) (uint64, error) TextLayoutEngine_TextLayout func(*Textspan, []string) (uint64, error) LoadImageEngine_LoadImage func(*Job, *UserShape, *BoxFloat, bool) (uint64, error) }
type MapShapeType ¶
type MapShapeType int
var ( MAP_RECTANGLE MapShapeType = 0 MAP_CIRCLE MapShapeType = 1 MAP_POLYGON MapShapeType = 2 )
func (MapShapeType) String ¶
func (v MapShapeType) String() string
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) GetMainsub ¶
func (*Node) SetMainsub ¶
type ObjectState ¶
type ObjectState struct {
// contains filtered or unexported fields
}
func NewObjectState ¶
func NewObjectState(ctx context.Context) (*ObjectState, error)
func (*ObjectState) GetE ¶
func (v *ObjectState) GetE() *Edge
func (*ObjectState) GetEmitState ¶
func (v *ObjectState) GetEmitState() EmitState
func (*ObjectState) GetExplicitEdgetarget ¶
func (v *ObjectState) GetExplicitEdgetarget() uint64
func (*ObjectState) GetExplicitHeadtarget ¶
func (v *ObjectState) GetExplicitHeadtarget() uint64
func (*ObjectState) GetExplicitHeadtooltip ¶
func (v *ObjectState) GetExplicitHeadtooltip() uint64
func (*ObjectState) GetExplicitHeadurl ¶
func (v *ObjectState) GetExplicitHeadurl() uint64
func (*ObjectState) GetExplicitLabeltooltip ¶
func (v *ObjectState) GetExplicitLabeltooltip() uint64
func (*ObjectState) GetExplicitTailtarget ¶
func (v *ObjectState) GetExplicitTailtarget() uint64
func (*ObjectState) GetExplicitTailtooltip ¶
func (v *ObjectState) GetExplicitTailtooltip() uint64
func (*ObjectState) GetExplicitTailurl ¶
func (v *ObjectState) GetExplicitTailurl() uint64
func (*ObjectState) GetExplicitTooltip ¶
func (v *ObjectState) GetExplicitTooltip() uint64
func (*ObjectState) GetFill ¶
func (v *ObjectState) GetFill() FillType
func (*ObjectState) GetFillcolor ¶
func (v *ObjectState) GetFillcolor() *Color
func (*ObjectState) GetG ¶
func (v *ObjectState) GetG() *Graph
func (*ObjectState) GetGradientAngle ¶
func (v *ObjectState) GetGradientAngle() int64
func (*ObjectState) GetGradientFrac ¶
func (v *ObjectState) GetGradientFrac() float32
func (*ObjectState) GetHeadZ ¶
func (v *ObjectState) GetHeadZ() float64
func (*ObjectState) GetHeadendurlMapN ¶
func (v *ObjectState) GetHeadendurlMapN() int64
func (*ObjectState) GetHeadendurlMapP ¶
func (v *ObjectState) GetHeadendurlMapP() *PointFloat
func (*ObjectState) GetHeadlabel ¶
func (v *ObjectState) GetHeadlabel() string
func (*ObjectState) GetHeadtarget ¶
func (v *ObjectState) GetHeadtarget() string
func (*ObjectState) GetHeadtooltip ¶
func (v *ObjectState) GetHeadtooltip() string
func (*ObjectState) GetHeadurl ¶
func (v *ObjectState) GetHeadurl() string
func (*ObjectState) GetId ¶
func (v *ObjectState) GetId() string
func (*ObjectState) GetLabel ¶
func (v *ObjectState) GetLabel() string
func (*ObjectState) GetLabeledgealigned ¶
func (v *ObjectState) GetLabeledgealigned() uint64
func (*ObjectState) GetLabeltarget ¶
func (v *ObjectState) GetLabeltarget() string
func (*ObjectState) GetLabeltooltip ¶
func (v *ObjectState) GetLabeltooltip() string
func (*ObjectState) GetLabelurl ¶
func (v *ObjectState) GetLabelurl() string
func (*ObjectState) GetN ¶
func (v *ObjectState) GetN() *Node
func (*ObjectState) GetParent ¶
func (v *ObjectState) GetParent() *ObjectState
func (*ObjectState) GetPen ¶
func (v *ObjectState) GetPen() PenType
func (*ObjectState) GetPencolor ¶
func (v *ObjectState) GetPencolor() *Color
func (*ObjectState) GetPenwidth ¶
func (v *ObjectState) GetPenwidth() float64
func (*ObjectState) GetRawstyle ¶
func (v *ObjectState) GetRawstyle() []string
func (*ObjectState) GetSg ¶
func (v *ObjectState) GetSg() *Graph
func (*ObjectState) GetStopcolor ¶
func (v *ObjectState) GetStopcolor() *Color
func (*ObjectState) GetTailZ ¶
func (v *ObjectState) GetTailZ() float64
func (*ObjectState) GetTailendurlMapN ¶
func (v *ObjectState) GetTailendurlMapN() int64
func (*ObjectState) GetTailendurlMapP ¶
func (v *ObjectState) GetTailendurlMapP() *PointFloat
func (*ObjectState) GetTaillabel ¶
func (v *ObjectState) GetTaillabel() string
func (*ObjectState) GetTailtarget ¶
func (v *ObjectState) GetTailtarget() string
func (*ObjectState) GetTailtooltip ¶
func (v *ObjectState) GetTailtooltip() string
func (*ObjectState) GetTailurl ¶
func (v *ObjectState) GetTailurl() string
func (*ObjectState) GetTarget ¶
func (v *ObjectState) GetTarget() string
func (*ObjectState) GetTooltip ¶
func (v *ObjectState) GetTooltip() string
func (*ObjectState) GetType ¶
func (v *ObjectState) GetType() ObjectType
func (*ObjectState) GetUrl ¶
func (v *ObjectState) GetUrl() string
func (*ObjectState) GetUrlBsplinemapN ¶
func (v *ObjectState) GetUrlBsplinemapN() []int
func (*ObjectState) GetUrlBsplinemapP ¶
func (v *ObjectState) GetUrlBsplinemapP() *PointFloat
func (*ObjectState) GetUrlBsplinemapPolyN ¶
func (v *ObjectState) GetUrlBsplinemapPolyN() int64
func (*ObjectState) GetUrlMapN ¶
func (v *ObjectState) GetUrlMapN() uint64
func (*ObjectState) GetUrlMapP ¶
func (v *ObjectState) GetUrlMapP() *PointFloat
func (*ObjectState) GetUrlMapShape ¶
func (v *ObjectState) GetUrlMapShape() MapShapeType
func (*ObjectState) GetXlabel ¶
func (v *ObjectState) GetXlabel() string
func (*ObjectState) GetZ ¶
func (v *ObjectState) GetZ() float64
func (*ObjectState) SetE ¶
func (v *ObjectState) SetE(_arg *Edge) error
func (*ObjectState) SetEmitState ¶
func (v *ObjectState) SetEmitState(_arg EmitState) error
func (*ObjectState) SetExplicitEdgetarget ¶
func (v *ObjectState) SetExplicitEdgetarget(_arg uint64) error
func (*ObjectState) SetExplicitHeadtarget ¶
func (v *ObjectState) SetExplicitHeadtarget(_arg uint64) error
func (*ObjectState) SetExplicitHeadtooltip ¶
func (v *ObjectState) SetExplicitHeadtooltip(_arg uint64) error
func (*ObjectState) SetExplicitHeadurl ¶
func (v *ObjectState) SetExplicitHeadurl(_arg uint64) error
func (*ObjectState) SetExplicitLabeltooltip ¶
func (v *ObjectState) SetExplicitLabeltooltip(_arg uint64) error
func (*ObjectState) SetExplicitTailtarget ¶
func (v *ObjectState) SetExplicitTailtarget(_arg uint64) error
func (*ObjectState) SetExplicitTailtooltip ¶
func (v *ObjectState) SetExplicitTailtooltip(_arg uint64) error
func (*ObjectState) SetExplicitTailurl ¶
func (v *ObjectState) SetExplicitTailurl(_arg uint64) error
func (*ObjectState) SetExplicitTooltip ¶
func (v *ObjectState) SetExplicitTooltip(_arg uint64) error
func (*ObjectState) SetFill ¶
func (v *ObjectState) SetFill(_arg FillType) error
func (*ObjectState) SetFillcolor ¶
func (v *ObjectState) SetFillcolor(_arg *Color) error
func (*ObjectState) SetG ¶
func (v *ObjectState) SetG(_arg *Graph) error
func (*ObjectState) SetGradientAngle ¶
func (v *ObjectState) SetGradientAngle(_arg int64) error
func (*ObjectState) SetGradientFrac ¶
func (v *ObjectState) SetGradientFrac(_arg float32) error
func (*ObjectState) SetHeadZ ¶
func (v *ObjectState) SetHeadZ(_arg float64) error
func (*ObjectState) SetHeadendurlMapN ¶
func (v *ObjectState) SetHeadendurlMapN(_arg int64) error
func (*ObjectState) SetHeadendurlMapP ¶
func (v *ObjectState) SetHeadendurlMapP(_arg *PointFloat) error
func (*ObjectState) SetHeadlabel ¶
func (v *ObjectState) SetHeadlabel(_arg string) error
func (*ObjectState) SetHeadtarget ¶
func (v *ObjectState) SetHeadtarget(_arg string) error
func (*ObjectState) SetHeadtooltip ¶
func (v *ObjectState) SetHeadtooltip(_arg string) error
func (*ObjectState) SetHeadurl ¶
func (v *ObjectState) SetHeadurl(_arg string) error
func (*ObjectState) SetId ¶
func (v *ObjectState) SetId(_arg string) error
func (*ObjectState) SetLabel ¶
func (v *ObjectState) SetLabel(_arg string) error
func (*ObjectState) SetLabeledgealigned ¶
func (v *ObjectState) SetLabeledgealigned(_arg uint64) error
func (*ObjectState) SetLabeltarget ¶
func (v *ObjectState) SetLabeltarget(_arg string) error
func (*ObjectState) SetLabeltooltip ¶
func (v *ObjectState) SetLabeltooltip(_arg string) error
func (*ObjectState) SetLabelurl ¶
func (v *ObjectState) SetLabelurl(_arg string) error
func (*ObjectState) SetN ¶
func (v *ObjectState) SetN(_arg *Node) error
func (*ObjectState) SetParent ¶
func (v *ObjectState) SetParent(_arg *ObjectState) error
func (*ObjectState) SetPen ¶
func (v *ObjectState) SetPen(_arg PenType) error
func (*ObjectState) SetPencolor ¶
func (v *ObjectState) SetPencolor(_arg *Color) error
func (*ObjectState) SetPenwidth ¶
func (v *ObjectState) SetPenwidth(_arg float64) error
func (*ObjectState) SetRawstyle ¶
func (v *ObjectState) SetRawstyle(_arg []string) error
func (*ObjectState) SetSg ¶
func (v *ObjectState) SetSg(_arg *Graph) error
func (*ObjectState) SetStopcolor ¶
func (v *ObjectState) SetStopcolor(_arg *Color) error
func (*ObjectState) SetTailZ ¶
func (v *ObjectState) SetTailZ(_arg float64) error
func (*ObjectState) SetTailendurlMapN ¶
func (v *ObjectState) SetTailendurlMapN(_arg int64) error
func (*ObjectState) SetTailendurlMapP ¶
func (v *ObjectState) SetTailendurlMapP(_arg *PointFloat) error
func (*ObjectState) SetTaillabel ¶
func (v *ObjectState) SetTaillabel(_arg string) error
func (*ObjectState) SetTailtarget ¶
func (v *ObjectState) SetTailtarget(_arg string) error
func (*ObjectState) SetTailtooltip ¶
func (v *ObjectState) SetTailtooltip(_arg string) error
func (*ObjectState) SetTailurl ¶
func (v *ObjectState) SetTailurl(_arg string) error
func (*ObjectState) SetTarget ¶
func (v *ObjectState) SetTarget(_arg string) error
func (*ObjectState) SetTooltip ¶
func (v *ObjectState) SetTooltip(_arg string) error
func (*ObjectState) SetType ¶
func (v *ObjectState) SetType(_arg ObjectType) error
func (*ObjectState) SetUrl ¶
func (v *ObjectState) SetUrl(_arg string) error
func (*ObjectState) SetUrlBsplinemapN ¶
func (v *ObjectState) SetUrlBsplinemapN(_arg []int) error
func (*ObjectState) SetUrlBsplinemapP ¶
func (v *ObjectState) SetUrlBsplinemapP(_arg *PointFloat) error
func (*ObjectState) SetUrlBsplinemapPolyN ¶
func (v *ObjectState) SetUrlBsplinemapPolyN(_arg int64) error
func (*ObjectState) SetUrlMapN ¶
func (v *ObjectState) SetUrlMapN(_arg uint64) error
func (*ObjectState) SetUrlMapP ¶
func (v *ObjectState) SetUrlMapP(_arg *PointFloat) error
func (*ObjectState) SetUrlMapShape ¶
func (v *ObjectState) SetUrlMapShape(_arg MapShapeType) error
func (*ObjectState) SetXlabel ¶
func (v *ObjectState) SetXlabel(_arg string) error
func (*ObjectState) SetZ ¶
func (v *ObjectState) SetZ(_arg float64) error
type ObjectType ¶
type ObjectType int
var ( ROOTGRAPH_OBJTYPE ObjectType = 0 CLUSTER_OBJTYPE ObjectType = 1 NODE_OBJTYPE ObjectType = 2 EDGE_OBJTYPE ObjectType = 3 )
func (ObjectType) String ¶
func (v ObjectType) String() string
type PluginAPI ¶
type PluginAPI struct {
// contains filtered or unexported fields
}
func (*PluginAPI) GetTypes ¶
func (v *PluginAPI) GetTypes() []*PluginInstalled
func (*PluginAPI) SetTypes ¶
func (v *PluginAPI) SetTypes(_arg []*PluginInstalled) error
type PluginActiveDevice ¶
type PluginActiveDevice struct {
// contains filtered or unexported fields
}
func NewPluginActiveDevice ¶
func NewPluginActiveDevice(ctx context.Context) (*PluginActiveDevice, error)
func (*PluginActiveDevice) GetEngine ¶
func (v *PluginActiveDevice) GetEngine() *DeviceEngine
func (*PluginActiveDevice) GetFeatures ¶
func (v *PluginActiveDevice) GetFeatures() *DeviceFeatures
func (*PluginActiveDevice) GetId ¶
func (v *PluginActiveDevice) GetId() int64
func (*PluginActiveDevice) GetType ¶
func (v *PluginActiveDevice) GetType() string
func (*PluginActiveDevice) SetEngine ¶
func (v *PluginActiveDevice) SetEngine(_arg *DeviceEngine) error
func (*PluginActiveDevice) SetFeatures ¶
func (v *PluginActiveDevice) SetFeatures(_arg *DeviceFeatures) error
func (*PluginActiveDevice) SetId ¶
func (v *PluginActiveDevice) SetId(_arg int64) error
func (*PluginActiveDevice) SetType ¶
func (v *PluginActiveDevice) SetType(_arg string) error
type PluginActiveLoadImage ¶
type PluginActiveLoadImage struct {
// contains filtered or unexported fields
}
func NewPluginActiveLoadImage ¶
func NewPluginActiveLoadImage(ctx context.Context) (*PluginActiveLoadImage, error)
func (*PluginActiveLoadImage) GetEngine ¶
func (v *PluginActiveLoadImage) GetEngine() *LoadImageEngine
func (*PluginActiveLoadImage) GetId ¶
func (v *PluginActiveLoadImage) GetId() int64
func (*PluginActiveLoadImage) GetType ¶
func (v *PluginActiveLoadImage) GetType() string
func (*PluginActiveLoadImage) SetEngine ¶
func (v *PluginActiveLoadImage) SetEngine(_arg *LoadImageEngine) error
func (*PluginActiveLoadImage) SetId ¶
func (v *PluginActiveLoadImage) SetId(_arg int64) error
func (*PluginActiveLoadImage) SetType ¶
func (v *PluginActiveLoadImage) SetType(_arg string) error
type PluginActiveRender ¶
type PluginActiveRender struct {
// contains filtered or unexported fields
}
func NewPluginActiveRender ¶
func NewPluginActiveRender(ctx context.Context) (*PluginActiveRender, error)
func (*PluginActiveRender) GetEngine ¶
func (v *PluginActiveRender) GetEngine() *RenderEngine
func (*PluginActiveRender) GetFeatures ¶
func (v *PluginActiveRender) GetFeatures() *RenderFeatures
func (*PluginActiveRender) GetId ¶
func (v *PluginActiveRender) GetId() int64
func (*PluginActiveRender) GetType ¶
func (v *PluginActiveRender) GetType() string
func (*PluginActiveRender) SetEngine ¶
func (v *PluginActiveRender) SetEngine(_arg *RenderEngine) error
func (*PluginActiveRender) SetFeatures ¶
func (v *PluginActiveRender) SetFeatures(_arg *RenderFeatures) error
func (*PluginActiveRender) SetId ¶
func (v *PluginActiveRender) SetId(_arg int64) error
func (*PluginActiveRender) SetType ¶
func (v *PluginActiveRender) SetType(_arg string) error
type PluginAvailable ¶
type PluginAvailable struct {
// contains filtered or unexported fields
}
func NewPluginAvailable ¶
func NewPluginAvailable(ctx context.Context) (*PluginAvailable, error)
func (*PluginAvailable) GetNext ¶
func (v *PluginAvailable) GetNext() *PluginAvailable
func (*PluginAvailable) GetPackage ¶
func (v *PluginAvailable) GetPackage() *PluginPackage
func (*PluginAvailable) GetQuality ¶
func (v *PluginAvailable) GetQuality() int64
func (*PluginAvailable) GetTypeptr ¶
func (v *PluginAvailable) GetTypeptr() *PluginInstalled
func (*PluginAvailable) GetTypestr ¶
func (v *PluginAvailable) GetTypestr() string
func (*PluginAvailable) SetNext ¶
func (v *PluginAvailable) SetNext(_arg *PluginAvailable) error
func (*PluginAvailable) SetPackage ¶
func (v *PluginAvailable) SetPackage(_arg *PluginPackage) error
func (*PluginAvailable) SetQuality ¶
func (v *PluginAvailable) SetQuality(_arg int64) error
func (*PluginAvailable) SetTypeptr ¶
func (v *PluginAvailable) SetTypeptr(_arg *PluginInstalled) error
func (*PluginAvailable) SetTypestr ¶
func (v *PluginAvailable) SetTypestr(_arg string) error
type PluginInstalled ¶
type PluginInstalled struct {
// contains filtered or unexported fields
}
func NewPluginInstalled ¶
func NewPluginInstalled(ctx context.Context) (*PluginInstalled, error)
func PluginInstalledZero ¶
func PluginInstalledZero(ctx context.Context) (*PluginInstalled, error)
func (*PluginInstalled) GetEngine ¶
func (v *PluginInstalled) GetEngine() any
func (*PluginInstalled) GetFeatures ¶
func (v *PluginInstalled) GetFeatures() any
func (*PluginInstalled) GetId ¶
func (v *PluginInstalled) GetId() int64
func (*PluginInstalled) GetQuality ¶
func (v *PluginInstalled) GetQuality() int64
func (*PluginInstalled) GetType ¶
func (v *PluginInstalled) GetType() string
func (*PluginInstalled) SetEngine ¶
func (v *PluginInstalled) SetEngine(_arg any) error
func (*PluginInstalled) SetFeatures ¶
func (v *PluginInstalled) SetFeatures(_arg any) error
func (*PluginInstalled) SetId ¶
func (v *PluginInstalled) SetId(_arg int64) error
func (*PluginInstalled) SetQuality ¶
func (v *PluginInstalled) SetQuality(_arg int64) error
func (*PluginInstalled) SetType ¶
func (v *PluginInstalled) SetType(_arg string) error
type PluginLibrary ¶
type PluginLibrary struct {
// contains filtered or unexported fields
}
func NewPluginLibrary ¶
func NewPluginLibrary(ctx context.Context) (*PluginLibrary, error)
func (*PluginLibrary) GetApis ¶
func (v *PluginLibrary) GetApis() []*PluginAPI
func (*PluginLibrary) GetPackageName ¶
func (v *PluginLibrary) GetPackageName() string
func (*PluginLibrary) SetApis ¶
func (v *PluginLibrary) SetApis(_arg []*PluginAPI) error
func (*PluginLibrary) SetPackageName ¶
func (v *PluginLibrary) SetPackageName(_arg string) error
type PluginPackage ¶
type PluginPackage struct {
// contains filtered or unexported fields
}
func NewPluginPackage ¶
func NewPluginPackage(ctx context.Context) (*PluginPackage, error)
func (*PluginPackage) GetName ¶
func (v *PluginPackage) GetName() string
func (*PluginPackage) GetNext ¶
func (v *PluginPackage) GetNext() *PluginPackage
func (*PluginPackage) GetPath ¶
func (v *PluginPackage) GetPath() string
func (*PluginPackage) SetName ¶
func (v *PluginPackage) SetName(_arg string) error
func (*PluginPackage) SetNext ¶
func (v *PluginPackage) SetNext(_arg *PluginPackage) error
func (*PluginPackage) SetPath ¶
func (v *PluginPackage) SetPath(_arg string) error
type PointFloat ¶
type PointFloat struct {
// contains filtered or unexported fields
}
func NewPointFloat ¶
func NewPointFloat(ctx context.Context) (*PointFloat, error)
func (*PointFloat) GetX ¶
func (v *PointFloat) GetX() float64
func (*PointFloat) GetY ¶
func (v *PointFloat) GetY() float64
func (*PointFloat) SetX ¶
func (v *PointFloat) SetX(_arg float64) error
func (*PointFloat) SetY ¶
func (v *PointFloat) SetY(_arg float64) error
type PostscriptAlias ¶
type PostscriptAlias struct {
// contains filtered or unexported fields
}
func NewPostscriptAlias ¶
func NewPostscriptAlias(ctx context.Context) (*PostscriptAlias, error)
func (*PostscriptAlias) GetFamily ¶
func (v *PostscriptAlias) GetFamily() string
func (*PostscriptAlias) GetName ¶
func (v *PostscriptAlias) GetName() string
func (*PostscriptAlias) GetStretch ¶
func (v *PostscriptAlias) GetStretch() string
func (*PostscriptAlias) GetStyle ¶
func (v *PostscriptAlias) GetStyle() string
func (*PostscriptAlias) GetSvgFontFamily ¶
func (v *PostscriptAlias) GetSvgFontFamily() string
func (*PostscriptAlias) GetSvgFontStyle ¶
func (v *PostscriptAlias) GetSvgFontStyle() string
func (*PostscriptAlias) GetSvgFontWeight ¶
func (v *PostscriptAlias) GetSvgFontWeight() string
func (*PostscriptAlias) GetWeight ¶
func (v *PostscriptAlias) GetWeight() string
func (*PostscriptAlias) GetXfigCode ¶
func (v *PostscriptAlias) GetXfigCode() int64
func (*PostscriptAlias) SetFamily ¶
func (v *PostscriptAlias) SetFamily(_arg string) error
func (*PostscriptAlias) SetName ¶
func (v *PostscriptAlias) SetName(_arg string) error
func (*PostscriptAlias) SetStretch ¶
func (v *PostscriptAlias) SetStretch(_arg string) error
func (*PostscriptAlias) SetStyle ¶
func (v *PostscriptAlias) SetStyle(_arg string) error
func (*PostscriptAlias) SetSvgFontFamily ¶
func (v *PostscriptAlias) SetSvgFontFamily(_arg string) error
func (*PostscriptAlias) SetSvgFontStyle ¶
func (v *PostscriptAlias) SetSvgFontStyle(_arg string) error
func (*PostscriptAlias) SetSvgFontWeight ¶
func (v *PostscriptAlias) SetSvgFontWeight(_arg string) error
func (*PostscriptAlias) SetWeight ¶
func (v *PostscriptAlias) SetWeight(_arg string) error
func (*PostscriptAlias) SetXfigCode ¶
func (v *PostscriptAlias) SetXfigCode(_arg int64) error
type RenderEngine ¶
type RenderEngine struct {
// contains filtered or unexported fields
}
func NewRenderEngine ¶
func NewRenderEngine(ctx context.Context) (*RenderEngine, error)
func (*RenderEngine) SetBeginAnchor ¶
func (*RenderEngine) SetBeginCluster ¶
func (v *RenderEngine) SetBeginCluster(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginEdge ¶
func (v *RenderEngine) SetBeginEdge(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginEdges ¶
func (v *RenderEngine) SetBeginEdges(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginGraph ¶
func (v *RenderEngine) SetBeginGraph(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginJob ¶
func (v *RenderEngine) SetBeginJob(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginLabel ¶
func (v *RenderEngine) SetBeginLabel(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, LabelType) error]) error
func (*RenderEngine) SetBeginLayer ¶
func (*RenderEngine) SetBeginNode ¶
func (v *RenderEngine) SetBeginNode(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginNodes ¶
func (v *RenderEngine) SetBeginNodes(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeginPage ¶
func (v *RenderEngine) SetBeginPage(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetBeziercurve ¶
func (v *RenderEngine) SetBeziercurve(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, []*PointFloat, uint32, int) error]) error
func (*RenderEngine) SetComment ¶
func (v *RenderEngine) SetComment(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, string) error]) error
func (*RenderEngine) SetEllipse ¶
func (v *RenderEngine) SetEllipse(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, []*PointFloat, int) error]) error
func (*RenderEngine) SetEndAnchor ¶
func (v *RenderEngine) SetEndAnchor(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndCluster ¶
func (v *RenderEngine) SetEndCluster(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndEdge ¶
func (v *RenderEngine) SetEndEdge(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndEdges ¶
func (v *RenderEngine) SetEndEdges(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndGraph ¶
func (v *RenderEngine) SetEndGraph(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndJob ¶
func (v *RenderEngine) SetEndJob(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndLabel ¶
func (v *RenderEngine) SetEndLabel(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndLayer ¶
func (v *RenderEngine) SetEndLayer(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndNode ¶
func (v *RenderEngine) SetEndNode(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndNodes ¶
func (v *RenderEngine) SetEndNodes(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetEndPage ¶
func (v *RenderEngine) SetEndPage(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job) error]) error
func (*RenderEngine) SetLibraryShape ¶
func (v *RenderEngine) SetLibraryShape(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, string, []*PointFloat, uint32, int) error]) error
func (*RenderEngine) SetPolygon ¶
func (v *RenderEngine) SetPolygon(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, []*PointFloat, uint32, int) error]) error
func (*RenderEngine) SetPolyline ¶
func (v *RenderEngine) SetPolyline(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, []*PointFloat, uint32) error]) error
func (*RenderEngine) SetResolveColor ¶
func (v *RenderEngine) SetResolveColor(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, *Color) error]) error
func (*RenderEngine) SetTextspan ¶
func (v *RenderEngine) SetTextspan(ctx context.Context, arg *CallbackFunc[func(context.Context, *Job, *PointFloat, *Textspan) error]) error
type RenderFeatures ¶
type RenderFeatures struct {
// contains filtered or unexported fields
}
func NewRenderFeatures ¶
func NewRenderFeatures(ctx context.Context) (*RenderFeatures, error)
func (*RenderFeatures) GetColorType ¶
func (v *RenderFeatures) GetColorType() ColorType
func (*RenderFeatures) GetDefaultPad ¶
func (v *RenderFeatures) GetDefaultPad() float64
func (*RenderFeatures) GetFlags ¶
func (v *RenderFeatures) GetFlags() int64
func (*RenderFeatures) GetKnownColors ¶
func (v *RenderFeatures) GetKnownColors() []string
func (*RenderFeatures) GetSizeKnownColors ¶
func (v *RenderFeatures) GetSizeKnownColors() int64
func (*RenderFeatures) SetColorType ¶
func (v *RenderFeatures) SetColorType(_arg ColorType) error
func (*RenderFeatures) SetDefaultPad ¶
func (v *RenderFeatures) SetDefaultPad(_arg float64) error
func (*RenderFeatures) SetFlags ¶
func (v *RenderFeatures) SetFlags(_arg int64) error
func (*RenderFeatures) SetKnownColors ¶
func (v *RenderFeatures) SetKnownColors(_arg []string) error
func (*RenderFeatures) SetSizeKnownColors ¶
func (v *RenderFeatures) SetSizeKnownColors(_arg int64) error
type RenderType ¶
type RenderType int
var ( RENDER_Y_GOES_DOWN RenderType = 0 RENDER_DOES_TRANSFORM RenderType = 1 RENDER_DOES_LABELS RenderType = 2 RENDER_DOES_MAPS RenderType = 3 RENDER_DOES_MAP_RECTANGLE RenderType = 4 RENDER_DOES_MAP_CIRCLE RenderType = 5 RENDER_DOES_MAP_POLYGON RenderType = 6 RENDER_DOES_MAP_ELLIPSE RenderType = 7 RENDER_DOES_MAP_BSPLINE RenderType = 8 RENDER_DOES_TOOLTIPS RenderType = 9 RENDER_DOES_TARGETS RenderType = 10 RENDER_DOES_Z RenderType = 11 RENDER_NO_WHITE_BG RenderType = 12 )
func (RenderType) String ¶
func (v RenderType) String() string
type RequiredType ¶
type RequiredType int
var ( LAYOUT_NOT_REQUIRED RequiredType = 0 OUTPUT_NOT_REQUIRED RequiredType = 1 )
func (RequiredType) String ¶
func (v RequiredType) String() string
type SubNode ¶
type SubNode struct {
// contains filtered or unexported fields
}
func (*SubNode) GetSeqLink ¶
func (*SubNode) SetSeqLink ¶
type SymList ¶
type SymList struct {
// contains filtered or unexported fields
}
func (*SymList) GetAddress ¶
func (v *SymList) GetAddress() *PluginLibrary
func (*SymList) SetAddress ¶
func (v *SymList) SetAddress(_arg *PluginLibrary) error
type Tag ¶
type Tag struct {
// contains filtered or unexported fields
}
func (*Tag) GetMtflock ¶
func (*Tag) GetObjectType ¶
func (*Tag) SetMtflock ¶
func (*Tag) SetObjectType ¶
type TextFont ¶
type TextFont struct {
// contains filtered or unexported fields
}
func (*TextFont) GetPostscriptAlias ¶
func (v *TextFont) GetPostscriptAlias() *PostscriptAlias
func (*TextFont) SetPostscriptAlias ¶
func (v *TextFont) SetPostscriptAlias(_arg *PostscriptAlias) error
type TextLayoutEngine ¶
type TextLayoutEngine struct {
// contains filtered or unexported fields
}
func NewTextLayoutEngine ¶
func NewTextLayoutEngine(ctx context.Context) (*TextLayoutEngine, error)
func (*TextLayoutEngine) SetTextlayout ¶
type Textspan ¶
type Textspan struct {
// contains filtered or unexported fields
}
func (*Textspan) GetSize ¶
func (v *Textspan) GetSize() *PointFloat
func (*Textspan) GetYOffsetCenterLine ¶
func (*Textspan) GetYOffsetLayout ¶
func (*Textspan) SetSize ¶
func (v *Textspan) SetSize(_arg *PointFloat) error
func (*Textspan) SetYOffsetCenterLine ¶
func (*Textspan) SetYOffsetLayout ¶
type UserShape ¶
type UserShape struct {
// contains filtered or unexported fields
}
func (*UserShape) GetDatasize ¶
func (*UserShape) GetMacroId ¶
func (*UserShape) GetMustInline ¶
func (*UserShape) GetNocache ¶
func (*UserShape) GetStringtype ¶
func (*UserShape) SetDatafree ¶
func (*UserShape) SetDatasize ¶
func (*UserShape) SetMacroId ¶
func (*UserShape) SetMustInline ¶
func (*UserShape) SetNocache ¶
func (*UserShape) SetStringtype ¶
type WasmFileSystem ¶ added in v0.2.3
type WasmFileSystem struct {
// contains filtered or unexported fields
}
type WasmModule ¶
type WasmModule struct {
// contains filtered or unexported fields
}
func (*WasmModule) ExportedFunction ¶
func (m *WasmModule) ExportedFunction(name string) api.Function
Click to show internal directories.
Click to hide internal directories.