Class DisplayStrokes


  • public class DisplayStrokes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int nsn  
      (package private) int nw  
      (package private) java.awt.BasicStroke[][] strokes  
      (package private) java.lang.String[] styleNames  
      (package private) double[] widths  
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayStrokes​(java.lang.String[] sn, double[] w)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.BasicStroke getStroke​(int ilin, int iwin)  
      private java.awt.BasicStroke makeStroke​(java.lang.String snm, double w)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • styleNames

        java.lang.String[] styleNames
      • nsn

        int nsn
      • widths

        double[] widths
      • nw

        int nw
      • strokes

        java.awt.BasicStroke[][] strokes
    • Constructor Detail

      • DisplayStrokes

        public DisplayStrokes​(java.lang.String[] sn,
                              double[] w)
    • Method Detail

      • getStroke

        public java.awt.BasicStroke getStroke​(int ilin,
                                              int iwin)
      • makeStroke

        private java.awt.BasicStroke makeStroke​(java.lang.String snm,
                                                double w)