类的使用
com.tlcsdm.core.javafx.control.Borders
使用Borders的程序包
-
com.tlcsdm.core.javafx.control中Borders的使用
修饰符和类型字段说明private final BordersBorders.EmptyBorders.parentprivate final BordersBorders.EtchedBorders.parentprivate final BordersBorders.LineBorders.parent修饰符和类型方法说明Borders.addBorder(Borders.Border border) Allows for developers to develop customBorders.Borderimplementations, and to wrap them around a Node.Borders.EmptyBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.Borders.EtchedBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.Borders.LineBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.static BordersBorders.wrap(javafx.scene.Node n) initialize Borders.参数类型为Borders的com.tlcsdm.core.javafx.control中的构造器限定符构造器说明privateEmptyBorders(Borders parent) privateEtchedBorders(Borders parent) privateLineBorders(Borders parent)