LineBorder

LineBorder

所有已實現的接口:Serializable, Border
直接已知子類:BorderUIResource.LineBorderUIResource
public class LineBorderextends AbstractBorder
實現單色、任意厚度線框線的類。 警告:此類的已序列化對象與以後的 Swing 版本不兼容。當前序列化支持適用於短期存儲,或適用於在運行相同 Swing 版本的應用程式之間進行 RMI(Remote Method Invocation,遠程方法調用)。從 1.4 版本開始,已在 java.beans 包中添加了支持所有 JavaBeans 長期存儲的功能。請參見 XMLEncoder。
欄位摘要
protected Color
lineColor
protected boolean
roundedCorners
protected int
thickness
構造方法摘要
LineBorder(Color color)
創建具有指定顏色、厚度為 1(thickness = 1)的線框線。
LineBorder(Color color, int thickness)
創建具有指定顏色和厚度的線框線。
LineBorder(Color color, int thickness, boolean roundedCorners)
創建具有指定顏色、厚度和拐角形狀的線條框線。
從類 javax.swing.border.AbstractBorder繼承的方法
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
從類 java.lang.Object繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

相關詞條

熱門詞條

聯絡我們