Back Previous Next


Linguist graphics package - border

Syntax:

   border {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKBorder.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHBorder.class

Function:

Declares a border variable or an array of borders. The array size is fixed at time of compilation.

Borders can be applied to many of the Graphics components. There are several different kinds of border available - see create.

Example(s):

   border LineBorder
   border Borders 8


Back Previous Next