|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 942 (0x3ae)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
with Easy_Y;
package Graphic_Y is
type Size is (Small, Medium, Large);
procedure Open (The_Display : String := "Aneth";
The_Window : in out Easy_Y.Window_Type);
procedure Close (The_Window : in out Easy_Y.Window_Type);
procedure Move (X : in Integer; Y : in Integer);
procedure Draw (X : in Integer; Y : in Integer);
procedure Plot (X : in Integer; Y : in Integer);
procedure Carre (X : in Integer; Y : in Integer; Cote : in Integer);
procedure Rectangle (X1 : in Integer;
Y1 : in Integer;
X2 : in Integer;
Y2 : in Integer);
procedure Thick (Taille : in Integer);
procedure Write (A_String : in String; Font : in Size := Medium);
procedure Set_Display (Display : Integer);
function Get_Display return Integer;
private
X_Current : Integer := 0;
Y_Current : Integer := 0;
end Graphic_Y;