Geda3.PathCommandReceiver – Gschem3 Reference Manual
Packages
Gschem3
Geda3
PathCommandReceiver
close_path
line_to_absolute
line_to_relative
move_to_absolute
move_to_relative
PathCommandReceiver
Object Hierarchy:
Description:
public
interface
PathCommandReceiver
All known implementing classes:
SchematicPainter
Namespace:
Geda3
Package:
Gschem3
Content:
Methods:
public
abstract
void
close_path
()
public
abstract
void
line_to_absolute
(
int
x,
int
y)
public
abstract
void
line_to_relative
(
int
x,
int
y)
public
abstract
void
move_to_absolute
(
int
x,
int
y)
public
abstract
void
move_to_relative
(
int
x,
int
y)