Border

php\swing\Border

Class Border

Methods


isOpaque()
Returns:bool
static createEmpty($top, $left, $bottom, $right)
Parameters:
  • $topint
  • $leftint
  • $bottomint
  • $rightint
Returns:

php\swing\Border

static createBevel($type, $highlightColor, $shadowColor)
Parameters:
Returns:

php\swing\Border

static createSoftBevel($type, $highlightColor, $shadowColor)
Parameters:
Returns:

php\swing\Border

static createEtchedBevel($type, $highlightColor, $shadowColor)
Parameters:
Returns:

php\swing\Border

static createTitled($title, $border = null, $titleFont = null, $titleColor = null)
Parameters:
Returns:

php\swing\Border

static createLine($color, $size = 1, $rounded = false)
Parameters:
Returns:

php\swing\Border

static createDashed($color, $thickness = 1, $length = 2, $spacing = 1, $rounded = false)
Parameters:
  • $colorphp\swing\Color, array, int
  • $thicknessint
  • $lengthint
  • $spacingint
  • $roundedbool
Returns:

php\swing\Border