Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.Borders.Factories.TwoColorBorderFactory Class Reference

Factory for TwoColorBorder. More...

Inheritance diagram for Dragengine.Gui.Borders.Factories.TwoColorBorderFactory:
Dragengine.Gui.Borders.Factories.BorderFactory Dragengine.Gui.Borders.Factories.BevelBorderFactory Dragengine.Gui.Borders.Factories.EtchedBorderFactory Dragengine.Gui.Borders.Factories.TitledTwoColorBorderFactory Dragengine.Gui.Borders.Factories.TitledEtchedBorderFactory

Public Member Functions

BorderFactory copyFactory ()
 Create factory copy. More...
 
Border createBorder ()
 Create border. More...
 
Color getColorHighlight ()
 Highlight color or null to not draw. More...
 
Color getColorHilight ()
 
Color getColorShadow ()
 Shadow color or null to not draw. More...
 
bool getRaised ()
 Border is raised or lowered. More...
 
TwoColorBorderFactory new ()
 Create two color border factory. More...
 
TwoColorBorderFactory new (TwoColorBorderFactory factory)
 Create copy of border factory. More...
 
void setColorHighlight (Color color)
 Set highlight color or null to not draw. More...
 
void setColorHilight (Color color)
 
void setColorShadow (Color color)
 Set shadow color or null to not draw. More...
 
void setParameter (String name, Object value)
 Set parameter. More...
 
void setRaised (bool raised)
 Set if border is raised or lowered. More...
 

Detailed Description

Factory for TwoColorBorder.

Member Function Documentation

◆ copyFactory()

◆ createBorder()

◆ getColorHighlight()

Color Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.getColorHighlight ( )

Highlight color or null to not draw.

◆ getColorHilight()

Color Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.getColorHilight ( )

◆ getColorShadow()

Color Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.getColorShadow ( )

Shadow color or null to not draw.

◆ getRaised()

bool Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.getRaised ( )

Border is raised or lowered.

◆ new() [1/2]

◆ new() [2/2]

TwoColorBorderFactory Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.new ( TwoColorBorderFactory  factory)

Create copy of border factory.

◆ setColorHighlight()

void Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setColorHighlight ( Color  color)

Set highlight color or null to not draw.

◆ setColorHilight()

void Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setColorHilight ( Color  color)

◆ setColorShadow()

void Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setColorShadow ( Color  color)

Set shadow color or null to not draw.

◆ setParameter()

void Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setParameter ( String  name,
Object  value 
)

◆ setRaised()

void Dragengine.Gui.Borders.Factories.TwoColorBorderFactory.setRaised ( bool  raised)

Set if border is raised or lowered.


The documentation for this class was generated from the following file: