108109110111112113114115116117118
bind(orientation, color, width, height); } @Override public Border calculate() { EOrientation ori = orientation.get(); int leftWidth = 0; int topWidth = 0; int rightWidth = 0; int bottomWidth = 0; Color leftColor = Color.TRANSPARENT;