<< Chapter < Page Chapter >> Page >

Set the stroke-width

The line thickness is controlled by the value of the stroke-width attribute in the SVG element that causes the geometrical object to be drawn.

Listing 18 contains a series of Java statements that set new values for the stroke-width attribute for each of a variety of objects. Since the statements are allessentially the same, I will discuss only the first one.

Listing 18 . Set the stroke-width attribute value.
SvgLib21.setStrokeWidth( border,//name of the object of interest0.03 //new value for the stroke-width attribute );SvgLib21.setStrokeWidth(floor,0.1);SvgLib21.setStrokeWidth(wall,0.1); SvgLib21.setStrokeWidth(tableTop,0.03);SvgLib21.setStrokeWidth(tableLeg,0.03); SvgLib21.setStrokeWidth(massC,0.05);SvgLib21.setStrokeWidth(massB,0.05); SvgLib21.setStrokeWidth(massA,0.05);SvgLib21.setStrokeWidth(pullySupport,0.05); SvgLib21.setStrokeWidth(pulleyWheel,0.05);SvgLib21.setStrokeWidth(cordR,0.03); SvgLib21.setStrokeWidth(cordQ,0.03);SvgLib21.setStrokeWidth(cordP1,0.03); SvgLib21.setStrokeWidth(cordP2,0.03);

What are you allowed to change?

There are only two things that you can change in a call to the setStrokeWidth method as shown in Listing 18 :

  • The name of the Java object of interest ( border for the first call in Listing 18 ).
  • The new value for the stroke-width attribute in the SVG element that corresponds to the specified Java object (0.03 for the first call in Listing 18) .

Recall that border is the name of the Java object that is used to draw a rectangular border on the canvas (see Listing 5 ).

Recall also that the initial default value of the stroke-width attribute for the rect element was equal to "1" (see Listing 6 ).

To see the effect of the first call to the setStrokeWidth method in Listing 18 , go back and take a look at the final SVG output code in Listing 1 . Pay particular attention to the first rect element.

Modified stroke-width attribute value

I have reproduced that rect element in Listing 19 for convenient viewing.

Listing 19 . Modified stroke-width attribute value.
<rect fill="none" stroke="black" stroke-width="3"x="1" y="1" width="987" height="762"><title>rectangle</title></rect>

As mentioned earlier, the default value for the stroke-width attribute of the rect element shown in Listing 6 was "1". However, after I added the first call to the setStrokeWidth method in Listing 18 and re-ran the program, the attribute value was changed to "3" corresponding approximately to a line thickness of 0.03inch.

If you compare the parameter values to the remaining calls to the setStrokeWidth method in Listing 18 with the final values of the stroke-width attribute values in Listing 1 , they should all correspond accordingly.

Draw text

All that we have left to do in this program is to draw some text and write the output SVG file.

The Java code in Listing 20 can be used to draw one line of text.

Listing 20 . Draw text.
//Draw text Element textA = SvgLib21.makeText(svg, ns,2.5, //x-coordinate of beginning of text 3.3, //y-coordinate of beginning of text"arial",//font-family (optionally "") 32, //font size in points"Friction free table." //text to be drawn );

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Accessible physics concepts for blind students. OpenStax CNX. Oct 02, 2015 Download for free at https://legacy.cnx.org/content/col11294/1.36
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Accessible physics concepts for blind students' conversation and receive update notifications?

Ask