home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 13 / boot-disc-1997-09.iso / HyprWire / DATA.Z / FillColorAndStyle.ipt < prev    next >
Text File  |  1996-10-25  |  749b  |  31 lines

  1.     kxInclude "LineColorAndStyle.ipt"
  2.  
  3.     kxPort SetFillColor =
  4.       {
  5.       kxJavaMethod = wiSetFillColor
  6.       kxJavaSignature = "(LColor;)Z"
  7.       kxPublicNames = "Set Fill Color" "color" "Is New Color"
  8.       }
  9.  
  10.     kxPort GetFillColor =
  11.       {
  12.       kxJavaMethod = wiGetFillColor
  13.       kxJavaSignature = "()LColor"
  14.       kxPublicNames = "Get Fill Color" "Color"
  15.       }
  16.  
  17.     kxPort SetFillState =
  18.       {
  19.       kxJavaMethod = wiSetFillState
  20.       kxJavaSignature = "(Z)Z"
  21.       kxPublicNames = "Set Fill State" "boolean value" "Is Filled"
  22.       }
  23.  
  24.     kxPort GetFillState =
  25.       {
  26.       kxJavaMethod = wiGetFillState
  27.       kxJavaSignature = "()Z"
  28.       kxPublicNames = "Get Fill State" "boolean value"
  29.       }
  30.  
  31.