Skip navigation links

Oracle Outside In Java API Reference
8.5.4

E91699-01


com.oracle.outsidein.annotations
Class HighlightAreaAnnotation.AnnoBorder

java.lang.Object
  extended by com.oracle.outsidein.annotations.HighlightAreaAnnotation.AnnoBorder

Enclosing class:
HighlightAreaAnnotation

public static class HighlightAreaAnnotation.AnnoBorder
extends java.lang.Object

Describes the attributes of an annotation border such as color and thickness.


Constructor Summary
HighlightAreaAnnotation.AnnoBorder(ColorInfo color, long thickness)
          Creates a border object to be applied to area annotations

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

HighlightAreaAnnotation.AnnoBorder

public HighlightAreaAnnotation.AnnoBorder(ColorInfo color,
                                          long thickness)
Creates a border object to be applied to area annotations
Parameters:
color - the border color
thickness - the line thickness of the border

Skip navigation links

Oracle Outside In Java API Reference
8.5.4

E91699-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.